Questions tagged as 'docker'

0
answers

Docker: OCI runtime create failed + executable file not found in $ PATH

Good evening guys, I have broken my head here to correctly use dockerfile and docker-compose . I have the image getjv/nodejs:8.11.4 , whenever it starts (container) I already want to raise the Node server with the comm...
asked by 27.08.2018 / 03:41
0
answers

Problem to send mail with mailtrap using Docker (MongoDB)

I'm studying the development of an API and I'm having trouble using mailtrap to do the test of sending email during user validation. The user is typed in the mongo however he does not send the email and returns the following error: Error: conn...
asked by 15.08.2018 / 21:15
0
answers

docker in cygwin - error: can not execute binary file: Exec format error

Hello, good evening, my friends, I'm breaking my head here and still can not find the real problem. As far as I know this error occurs when the binary was compiled to another platform, but from what I understand, the binary is for the plat...
asked by 18.08.2018 / 23:34
1
answer

Access database that is outside the docker environment

I created a microservice environment, more precisely 5 services, where they are connected to each other and access the same database (PostgreSQL). After development, I started to create the docker images for the services. All images have been cr...
asked by 13.08.2018 / 20:48
0
answers

NGINX does not access folder index.php

Hello, I'm trying to use NGINX with Docker, but when installing it is not accessing the index.php of the folders, only from the root, I'm posting the configuration file below, can you help me find out where I'm going wrong? server { listen...
asked by 06.08.2018 / 12:53
0
answers

Upload MongoDB upload

I'm using MongoDB in a Docker container to import data from Jenkins, and that data exceeds MongoDB's upload capacity of 16MB, I was wondering if it's possible to increase that capacity.     
asked by 26.07.2018 / 21:04
1
answer

How to properly dock-compose?

I need help understanding how to correctly do a docker-compose. I created an image and called it hello-nodemon: FROM node:latest ENV HOME=/src/jv-agricultor RUN mkdir -p $HOME/ WORKDIR $HOME/ ADD package* $HOME/ RUN npm install EXPOSE 3000...
asked by 14.07.2018 / 20:59
0
answers

How to configure SSH for a Docker virtual machine on Windows?

Hello. I searched all over the internet and could not find it. After installing Docker, I simply can not create a Docker machine in Windows by following this tutorial: link I ran the following command: docker-machine create -d hype...
asked by 24.06.2018 / 03:17
0
answers

Error to activate Hyper-V (docker)

When I enable Hyper-V (to use Docker), and restart my machine, the message "Unable to complete the features, undoing changes, Do not shut down the computer" appears. I've already enabled virtualization in the BIOS. Does anyone know what could...
asked by 30.05.2018 / 16:43
0
answers

Error generating a deb package and sending it to my private repository

We are trying to create a repository in docker to store deb packages (this link goes directly to GitHub containing Dockerfile) . The idea is to have a container to distribute the applications developed, but we are not able to make the package a...
asked by 26.04.2018 / 21:27