How to Stop/Cancel/kill docker image pull


Kill Stop Cancel Docker pull command

If you are in the middle of downloading an image using docker pull command and you realize that you do not want to continue downloading it, you can simply press Ctrl+C in your terminal to stop or cancel/kill it.

% docker pull ubuntu

Using default tag: latest
latest: Pulling from library/ubuntu
c292729890cef: Pulling fs layer
...
...
...
af2829d26837a: Pulling fs layer
^C


















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap