Questions tagged as 'docker'

2
answers

I can not connect to my Docker database from pgAdmin 4

With the command "docker-machine ip" I get the ip and I enter it in the "Host name / adreess" field. I get the following error. This is the port of the database.     
asked by 06.11.2017 / 18:35
1
answer

Error: docker login -u user [repositorio_nexus]: [port]

I am trying to upload my docker images to the nexus 3 repository but when trying to access the repository with this command: docker login -u user [repositorio_nexus]:[puerto] I'm sending this error:    Error response from daemon: Get dia...
asked by 28.10.2017 / 00:31
1
answer

information about docker version (17.06.0-dev)

a week ago download this version of docker, the question is that docker should work only with windows 10, however this version in peculiar for two things, I can run from a windows 7 and second because I do not find a similar in google with a ver...
asked by 28.09.2017 / 14:31
1
answer

error uninstall docker

I do the purge in ubuntu of the docker and auto remove but at the moment of the following command: $sudo rm -rf /var/lib/docker I get the error: rm: you can not delete '/ var / lib / docker / aufs': Device or busy resource , I have searche...
asked by 10.09.2017 / 08:41
0
answers

Error trying to remove the docker service

I'm trying to uninstall my old version of doker 1.6.2. When I try to do it in console, I get the following error message: If you know how to remove the old version or how to update Docker to version 1.9 without having to uninstall the p...
asked by 27.07.2017 / 11:04
1
answer

Docker and Intellij IDe

My problems is I need to do the deployment of a Java app, I have my DockerFile ok, but the problem is that when I'm creating the run docker configuration in the help window only in the deployment section only aparace an option that...
asked by 09.07.2017 / 18:33
0
answers

How can I get the output of a docker script from a php script?

I have a php script that executes a docker image and waits for it to continue, but it is not implemented asynchronously; therefore I have to wait a while to check if I have an exit or an error. Here goes the code. $action = "timeout 5m bash sc...
asked by 20.03.2017 / 21:49
0
answers

What to do with a Docker stack?

I have a question: once you have created the images and linked containers in a development environment, what can you do with it? That is, if I want to save my environment to download it to another computer, how can I do it? I explain mysel...
asked by 20.03.2017 / 17:28