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,520 points
1,653 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,340 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
1,483 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 5,135 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
4,915 views
0 votes
1 answer
+2 votes
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
7,753 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,340 points
2,021 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 37,024 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