Questions tagged as 'docker-compose'

1
answer

How to use tensorflow from a docker container in a container with django? Link Containers?

I need to link two containers, my main container contains django and the secondary tensorflow, I am creating the two containers with docker-compose, both are created correctly, but I need to enter the container with django and when running pytho...
asked by 06.08.2018 / 20:37
0
answers

docker-compose ssh

I'm working on creating a .Dockerfile a docker-compose.ymal and an a.sh file that contains environment variables and a tail -f /dev/null . I want to create two containers that communicate with each other. It has to have openssh and git,...
asked by 30.07.2018 / 12:58
1
answer

Docker Compose container in Nginx does not route correctly

I'm getting started on this Docker container and following a tutorial, I created a docker-compose.yml file to have a web application server based on Nginx , PHP7-fpm , MySQL and Laravel (all in their latest versions). It works but no...
asked by 19.03.2017 / 15:13
1
answer

docker-compose does not update the image

I have an image with code that I need to update very often. In order to see the new changes I have to delete the containers and create a new docker-compose. Is there another way to do it?     
asked by 03.04.2018 / 18:33
1
answer

Docker container error Waiting for headers

The error happens when a Docker container does not have access to the internet and being "peeled" without almost any application, text editor, you can not solve the problem inside. I leave the solution because it took me a lot of work to fin...
asked by 11.08.2018 / 01:46
1
answer

Access Denied "failed to register layer: ..." Docker 1.12.3 on Windows 10 Pro

I am trying to create docker containers in a Windows 10, but I always get the following error:    "failed to register layer: rename C: ....." I can not find any thread that explains it I put the trace of the pull: Using default tag:...
asked by 12.12.2016 / 12:10
1
answer

How can I configure environment variables within docker-compose

Greetings colleagues, I am trying to configure a file docker-compose.yml , with the following commands: nginx: restart: always build: ./nginx/ ports: - "80:80" volumes: - /www/static volumes_from: - web links:...
asked by 18.10.2016 / 04:53
2
answers

How to add several ports to the same Docker container?

I am running a docker container running an apache2.4 + PHP7 + MSSQL service the issue is that I want that same container to add port for ssh and ftp, as I would do if I already declared it for the first time the 8080: 80?     
asked by 01.02.2018 / 18:46
1
answer

How to run a Docker container of an Ubuntu Server virtual machine to be displayed in Windows?

I have the following containers I understand that it is running locally on the Ubuntu virtual machine but I get it displayed in Windows.     
asked by 04.10.2018 / 02:21
0
answers

change language zabbix-server using docker

I have a problem I am trying to change the language of zabbix in Spanish using docker but I have not been able to do so and I have been investigating the examples that are found in apache2 and in docker if someone could help me or guide me how t...
asked by 06.09.2018 / 18:19