Questions tagged as 'docker'

0
answers

Docker Container Does Not Start

I'm a beginner in Docker and I'm trying to create a development environment with ngix mysql and php using Laradock, I have Docker installed on my machine, I tried to follow the steps in the documentation Terminal Log $ docker-compose up -d...
asked by 06.12.2018 / 17:20
0
answers

How can Ionic DevApp be able to list applications on the network?

I'm running an installation of Ionic inside a Docker container. Ionic DevApp can not automatically list the published applications on the network, it will show the message: Ionic DevApp can not automatically list the published applications on t...
asked by 01.11.2018 / 17:29
0
answers

Error loading container in docker-compose: 'Can not start service php-fpm: AppArmor ...' [closed]

It has been running normally on my Ubuntu since last week, no update has been made, and now, when I try to mount containers using Laradock, you get this: $ docker-compose up -d apache2 mysql Starting laradock_mysql_1 ... Starting laradock_php-...
asked by 08.10.2018 / 17:27
1
answer

How to make database access available within a docker container on the local network?

I'm using docker in a windows environment using docker toolbox how could I make an example database access available in a container on my local network. What kind of settings should I perform in order to have this access?     
asked by 20.07.2018 / 18:38
1
answer

Docker-Machine create Windows 10: Powershell Problems

I'm trying to create a docker-machine in windows 10 with the following command: docker-machine --debug create --driver hyperv default2 Complete debug: link But I'm taking the following error, just like this, with the carecters like th...
asked by 21.07.2018 / 04:48
0
answers

Jenkins pipeline job, to upload container docker, is not working

I'm running on a local, study-only machine in Windows 7 I have a project in Jenkins (pipeline), which goes up a docker image, but when I build the build, it is returning this error: java.io.IOException: CreateProcess error=2, O sistema não...
asked by 29.06.2018 / 16:28
0
answers

Configuration gitlabCe in Docker

I installed the gilab container in docker however two problems appeared: 1 - If you configure external_url, the system does not restart. 2 - If you look at the project path SSH stays [[email protected]]: / pathDaPasta If it is http is link of the...
asked by 30.05.2018 / 19:52
1
answer

Error when running PIP command in Docker

I have a python project that runs inside a Docker. When the (Build) image is assembled reliably from a RUN pip install -r requirements.txt but when it executes the command it returns a connection error. Complete Dockerfile FROM pyt...
asked by 05.06.2018 / 22:09
0
answers

Running multiple instances of the same application on a single Memcached Server

I have a problem with "dockerized" and Memcached applications, to store some values, apparently when I start a new instance of Docker, which runs a Spymemcached client, all the amaranezed data in the cache is invalidated, so if I previously stor...
asked by 16.05.2018 / 03:36
1
answer

Problem with Docker installation pdo

I have a problem with my containers in docker, I was trying to raise a Lamp with docker compose, with the default image of php: apache and mysql, but when I install the PDO this error appears. SQLSTATE [HY000] [2002] No such file or directory...
asked by 30.04.2018 / 20:07