Questions tagged as 'docker'

1
answer

Docker Laravel Map folder

Good afternoon. I'm trying to create a development environment with sublime, docker, laravel. The image I downloaded from the hub docker, comes with debian, php, laravel already isntalados. The host is windows. But when I execute this command...
asked by 13.09.2017 / 20:54
1
answer

Docker - Redirect DNS to another DNS

Hello, I'm migrating a very old system made in PHP 5.2, however it does not have 1 file for database configuration, so all connections to the database are made locally in all files, which would be almost impossible to change manually. I th...
asked by 20.06.2017 / 15:43
1
answer

Docker is not running

Good evening, guys I installed the docker and created some container, my computer crashed and after restarting it when trying to execute the docker command returns the message: Is docker daemon running on this host? On the internet I found...
asked by 13.06.2017 / 07:41
2
answers

Configure Mysql Workbench in docker

I want to set up my workbench so you can connect with mysql that is running on my docker server but when I try to test the connection, always get the following error: IcreatedtheMysqlcontainerusingdocker-compose.Hereistheconfigurationofmydocker...
asked by 05.06.2017 / 03:50
1
answer

docker-compose does not use env acquired by eval

Personal speech, I have a very strange issue in my environment. I'm starting with docker yet. What I want is to run a docker-compose in a swarm-master that was created in the local virtual box (via docker-machine). I already ran the eval $ (d...
asked by 24.02.2017 / 12:56
1
answer

Placing a function inside the ENV in Dockerfile

I need to create a Variable that captures the Docker network interface gateway, follow the command: RUN declare -x SERVER_IP=$(ip route|awk '/default/ { print $3 }') ENV GATEWAY="$SERVER_IP" ... During the construction of Dockerfile it seem...
asked by 23.12.2016 / 03:25
1
answer

Problem using a Docker container with port exposure in Windows

I installed Docker on Windows these days but I'm having several issues while running my container. Even with it standing, I can not access the project through the browser using the IP of the docker-machine, this is the command I'm using to run t...
asked by 27.02.2016 / 02:51
0
answers

Connection between two docker containers

I created 3 containers to start my application, they are: version: "2" services: mysql: image: mysql:5.7 container_name: rgsistema-mysql working_dir: /application volumes: - .:/application environment: - MYSQL_ROOT_PASSWORD...
asked by 29.12.2018 / 20:19
0
answers

Django 2.0.9 - docker-compose up - creation of super user

Good morning. Can anyone help me with the following problem: I'm creating a docker-compose from a Django application . I need to create a super user at the moment of the command: $ docker-compose up However, I'm not getting it, here...
asked by 03.12.2018 / 22:13
0
answers

Timeout when requesting service in container docker

I created a docker image with node, the image contains a project with a POST service that creates some information in redis. When I run the project out of the container and call the service the Postman returns 201 created normally. But when I ru...
asked by 29.11.2018 / 13:21