Questions tagged as 'docker'

1
answer

404 in container Docker NGINX

Hello developer friends! I'm having a problem with NGINX where the application root is not found, reminding me that I need a "mod_rewrite" to make my URLs beautiful. I'll leave the NGINX settings and docker-compose.yml. Vlw: metal: site...
asked by 25.07.2017 / 15:40
0
answers

Debugging .net core application in docker on windows 7

I need to generate an application in a docker container, but my computer is running windows 7 OS. I installed Docker Toolbox, and inside its own bash I run the hello world container, but visual studio 2017 does not recognize that docker is in...
asked by 19.07.2017 / 17:36
2
answers

Define domain for container docker-compose

I am starting to use docker-compose and would like to know how to configure a domain for my apache container via docker-compose.yml? Currently to access my container I type localhost: 3000. cms: environment: O2_MYSQL_HOST: mysql TZ: "A...
asked by 26.06.2017 / 04:38
1
answer

Docker compose image container

How to interconnect 3 images in docker-compose? I would like the elasticsearch, kibana and panthomJS to be inserted in only 1 container, however I only managed elasticsearch with kibana. How can I do this? Any information regarding any versio...
asked by 13.06.2017 / 02:10
2
answers

How to cURL between containers?

I started using Docker a short time ago, probably because of this I got stuck in this problem. I have an API and Front that is making requests via cURL for it. But when I put these projects in Docker and separated them in containers...
asked by 12.06.2017 / 14:47
1
answer

Docker + MacOS: Mount Volume outside the root or Users folder

I'm having a problem at the time of doing assembly by binding in Docker through the command: docker run -p 5000:5000 -v "$(pwd)/path:/path conteiner_name It turns out that the directory is not mounted on the container. This is due to the...
asked by 15.06.2017 / 06:10
1
answer

Docker: Upload large sql file

I'm having problems with Docker. I am using Docker and docker-compose to create and configure a web environment quickly and practically. I've been a docker user for some time, but I've never had to upload a large file to a bunch of...
asked by 28.04.2017 / 00:21
1
answer

Should I create a container for each site / app or can I put them all in one?

I'm starting to study Docker, I've been playing around on a VPS server that I have, but there are still some doubts. I have already understood that it is a good practice to separate the database and the system itself into containers, but I mu...
asked by 14.04.2017 / 00:54
1
answer

Docker - An error occurred

I can not run Docker that I installed in Windows 10. Both BIOs and Hyper-V are enabled, but it still does not execute.    Hardware assisted virtualization and data execution protection must be enabled in the BIOS. See link     
asked by 28.03.2017 / 17:36
0
answers

Create super user inside a docker container that is used with composite

I have a django project that is running with docker-compose, what I need to do and very simple, run python manage.py createsuperuser, however, even setting the command via dockerfile or compose .yml I can not create this super user , does anyone...
asked by 28.03.2017 / 05:07