Questions tagged as 'docker'

0
answers

Error connecting to pdo_mysql when using docker with apache and mysql

I'm using docker with apache 5.6 + mysql: MySQL Official Docker PHP Official PHP - Version 5.6 First I ran the mysql image, then ran the following command line to run the apache image, linking the two:    docker run -d -p 80:80...
asked by 03.01.2017 / 12:42
1
answer

Create Dockerfile for Zend Expressive

Hello everyone, I'm having a hard time running zend expressive with docker. I have other projects that work perfectly with docker but when I try to develop with zend expressive, I can not, it gives error saying that can not find the file vendor...
asked by 20.11.2016 / 19:31
1
answer

How to upgrade docker-compose

Does anyone know how to upgrade docker-compose to the latest version? Mine is in 1.5.x and I run into some problems like    ERROR: In file './docker-compose.yml' service 'version' does not have   any configuration options. All top level keys...
asked by 15.11.2016 / 19:18
1
answer

Log4j does not create log in Docker

I'm starting now with Docker and I'm doing some testing with a small application. I can upload the application in Docker, but I have log4j configured to generate the log files in a specific path, /var/log/teste . When I upload the appli...
asked by 12.02.2016 / 13:02
2
answers

How to enable php extensions inside a Docker container

I need to enable curl but I'm using Docker to manage my application. I wanted to know how I could change information from php.ini via terminal, I tried with gedit but I did not succeed. Maybe a solution for Dockerfile, but I'm a layman in...
asked by 03.02.2017 / 03:11
1
answer

How to handle database working with docker?

I started working with docker recently and here's a question and in preparation for a wordpress lamp environment, I came up with my bank and my files. The idea was to leave everything inside a repository within git-hub th...
asked by 10.09.2016 / 06:38
2
answers

Docker, does it make sense to use a provisioner? [closed]

Next, I've done a more in-depth study of software provisioning with tools like Puppet, Chef and Ansible. I wonder if it makes sense to use them with Docker?     
asked by 22.10.2015 / 15:50
1
answer

Open interactive terminal

I have the following Docker-compose: version: "3.3" services: mysql: image: mysql:5.7 environment: MYSQL_ROOT_PASSWORD: root MYSQL_DATABASE: mydb MYSQL_USER: root MYSQL_PASSWORD: root restart: always p...
asked by 23.09.2017 / 15:00
1
answer

Initialization of services in container docker

I have the following problem: I have a Docker image of Ubuntu with OpenSSH-Server installed and working normally. I created a Wildfly image, such a creation used as the base image of Ubuntu with OpenSSH-Server installed, however when start...
asked by 29.01.2017 / 04:19
1
answer

Create an ISO in Docker that does not have in the hub.docker

I am in doubt about the docker, since I already use vmware and virtualbox well, in this case I wanted to install a Firewall the OPNsense and realized that it does not have a container prepared in docker and in this case I wanted to create...
asked by 13.09.2016 / 22:36