Docker Toolbox - hang on docker push

0 votes
I’m using docker toolbox on Mac.

docker push is hanging. How do I hard restart the daemon or docker-machine VM to get this unhung in a bad manner? It is taking too long to wait for it.
Aug 2, 2018 in Docker by Hannah
• 18,570 points
849 views

1 answer to this question.

0 votes

You can just run:

docker-machine stop <name-of-your-docker-machine>

which is usually:

docker-machine stop default

next option:

docker-machine kill default

Did you check that your docker machine is running:

docker-machine ls

Brute force approach:

kill -9 `ps -Af | grep -v grep | grep VBoxHeadless | awk '{print $2}'`

answered Aug 2, 2018 by Kalgi
• 52,360 points

Related Questions In Docker

0 votes
0 answers

How do I actually install Docker on Windows 8.1? (Docker Toolbox for Windows 8.1 was deprecated recently)

So I have been advised something like ...READ MORE

Apr 21, 2022 in Docker by pranav
• 2,590 points
545 views
0 votes
1 answer

Docker ports are working on the localhost but not with public ip

Probably, the reason is that you've included ...READ MORE

answered Jun 12, 2018 in Docker by Damon Salvatore
• 5,980 points

edited Oct 15, 2018 by Kalgi 3,893 views
+1 vote
2 answers

How to run docker containers on different machines

You can use labels and selectors for ...READ MORE

answered Oct 23, 2018 in Docker by Laila
3,159 views
0 votes
1 answer
+2 votes
1 answer
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

answered Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,435 views
0 votes
1 answer

Docker daemon config file on boot2docker / docker-machine / Docker Toolbox

Inside boot2docker (boot2docker ssh) / docker-machine (docker-machine ...READ MORE

answered Jul 31, 2018 in Docker by Kalgi
• 52,360 points
1,095 views
+4 votes
4 answers

How To Access a Service on Host From a Docker Container?

Adding to kalgi's answer, You can also ...READ MORE

answered Oct 16, 2018 in Docker by lina
• 8,220 points

edited Oct 16, 2018 by lina 32,899 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP