python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
zsh: command not found: docker exec -it
I am getting following error while executing docker command docker exec -it container_name bash
zsh: command not found: docker exec -it
I have tried bash as well, still getting the same error
bash: d...
Anamika Patel
Votes: 0
Answers: 1
Is there any way how to load environemnt variable from remote docker machine and not the local?
We have docker machine created via:
docker-machine create --driver generic --generic-ip-address=....
when restarting containers from this machine, we're doing that from our local development machines ...
Ludek Vodicka
Votes: 0
Answers: 0
Not able to start docker daemon in Debian OS
I am trying to install docker in Debian OS. Successfully installed it but I am not able to PULL/PUSH docker images.
I am getting the below error.
docker: Cannot connect to the Docker daemon at unix://...
karthik
Votes: 0
Answers: 1
How do I push a docker tar image onto my docker registry using a C++ library or an API
I have a docker tar image built on my server and I want to move it to another machine where docker engine isn't installed. Is there any API I could use or a library I could install through my C++ code...
Ruchidnya Kadam
Votes: 0
Answers: 0