Questions tagged as 'docker'

0
answers

Problem with AWS Elastic Beanstalk Docker Multi-Container (PHP, Nginx)

I have a problem with docker multicontainer in Elastic Beanstalk AWS, it turns out that I'm starting with this whole docker theme and between information and documentation I managed to create my file "dockerrun.aws.json", which clearly is not we...
asked by 17.10.2018 / 00:18
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
1
answer

how to configure reverse proxy nginx odoo ERP in docker

I have a docker container with odoo on port 8069 and another docker container with postgres on port 5432, I am mounting another container with nginx since the odoo container must handle two databases (db1-mydomain-com, db2 -mydomain-com) and the...
asked by 14.09.2018 / 02:28
0
answers

Use composer image in a docker-compose.yaml

I want to make an image to install a project in laravel. All this just for the measure of learning. My point is, I want to run the composer install command in the bash of the container. This is my Dockerfile FROM php:5.6 WORKDIR /...
asked by 28.08.2018 / 04:26
0
answers

Where do I share the folder of a MySQL container in docker so as not to lose the connection?

I have created two containers, one from wordpress and another from mysql. They were working perfectly until I shared a folder between the mysql container and the pc. In doing so I lost the connection in the wordpress, and the folder I share from...
asked by 21.08.2018 / 10:48
0
answers

Docker, Cyclos and google cloud services, does anyone know how to install these apps?

I need to install an application called Cyclos for a client but I'm lost :(, is it even impossible for me to make tomcat work ... someone here knows about these apps?     
asked by 19.08.2018 / 22:34
1
answer

Docker permissions problems to modify a volume anchored in a folder

Hi, I'm using docker to set up a small development environment for wordpress because I want to learn something about Docker. Normally I use virtaulHost with apache but I am interested in using the advantages that docker has (I do not want to rec...
asked by 17.08.2018 / 05:47
0
answers

Error when using a DVWA container

At the following DockerHub address you will find a Docker container that includes a full installation of the infamous and famous DVWA, or Damn Web Vulnerable Application: link This application is very useful to perform a wide variety of...
asked by 04.08.2018 / 23:44
2
answers

I can not share adequately the volume that I generate in docker-compose

I have created a docker-compose file to be able to create the two containers that I need right now a custom mysql container and a wordpress container. I try to create volume and share folders so as not to lose the data and to be able to modify t...
asked by 10.08.2018 / 12:46
0
answers

php: Apache2, It lists the files of my projects - Docker

I have several projects, each with its virtual Host, but when I enter with the IP, the project folders are listed. I can not block the indexing of files when the IP is entered in the browser.     ServerName mydomain.com     DocumentRoot "/ va...
asked by 29.07.2018 / 00:24