Questions tagged as 'docker'

0
answers

How to change the ip of docker-file to run on different machines?

I installed this cluster of postgres using pgpool here on my machine: link So far so good, but everything is running locally and I want the cluster to run on several different machines, so I will create several different machines to inst...
asked by 27.04.2018 / 16:36
1
answer

PDOException in TNTSearch.php line 88: could not find driver

After running docker-compose down docker-compose up -d --build --force-recreate I had the following error: NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php7/modules/pdo_sqlite.so' - Erro...
asked by 19.04.2018 / 16:36
1
answer

Docker vs. Vagrant, what are the main differences?

I recently had an outburst of interest in the Docker tool. I am aware that Docker and Vagrant are virtualization solutions, however, with different approaches. In my study, some doubts were raised about Docker. According to this content li...
asked by 17.05.2017 / 16:52
1
answer

Mount container folder on host

Good Afternoon personal, I would like an orientation in creating an image and composite. I'm preparing an environment for the java development team with eclipse toncat java and initial workspace. I thought about starting with an image of ubun...
asked by 26.03.2018 / 22:03
0
answers

Error in .war file deploy to a docker tomcat

I have a Spring Boot application and for reasons related to performance and configuration I have to deploy using a Tomcat server not the default built-in version of Spring Boot. But I'm wanting to use docker containers to scale this application....
asked by 15.03.2018 / 18:46
0
answers

Volumes in Docker with balance / services

Good afternoon. I need to generate volumes for a container, but the mounts are not being generated. I am using the following syntax when creating the service: docker service create --name $LC_SERVICE_NAME --replicas 1 --with-registry-auth $LC_...
asked by 09.03.2018 / 21:58
1
answer

How to create a windows container for docker?

Good afternoon, I have a problem that I can not solve. So ... I need to build a development environment with OS 10 windows. In this environment I need to have all the necessary settings to develop a web application in C #. So I need this mach...
asked by 01.03.2018 / 20:53
0
answers

Ubuntu cinnamon hangs after CREATE on the docker-machine

That's the moment you caught (I'm on another computer) docker-machine create --driver virtualbox uhu Creating CA: /home/thatanero/.docker/machine/certs/ca.pem Creating client certificate: /home/thatanero/.docker/machine/certs/cert.pem...
asked by 24.02.2018 / 20:07
0
answers

How to make Docker-compose restore mysql database?

I was able to set up a volume for mysql, with the following line in the Dockerfile of the Mysql container. VOLUME /data/mysql:/var/lib/mysql The folder is created and inside it in the host machine, the mysql files appear la, create the data...
asked by 11.02.2018 / 21:14
0
answers

How to create a php + mongodb container?

I would like to know how do I create a container where I can use mongodb in a php project? The way I'm doing does not work, I can not connect to the manager. docker-compose.yml version: "3.1" services: mysql: image: mysql:5.7 conta...
asked by 03.02.2018 / 22:51