在使用Docker鏡像的過程中,有時可能會遇到無法拉取鏡像或者拉取失敗的情況,這時候可以嘗試中止拉取操作來處理異常情況。
# docker pull ubuntu Using default tag: latest latest: Pulling from library/ubuntu c549ccf8d472: Downloading [== ] 4.282MB/37.6MB 2d32b3f3f4ba: Downloading [== ] 1.245MB/12.25MB f790d4bf9310: Download complete 2d32b3f3f4ba: Pull complete c549ccf8d472: Pulling fs layer c549ccf8d472: Downloading [================= ] 25.8MB/28.77MB d936b75cca1c: Verifying Checksum d936b75cca1c: Download complete c549ccf8d472: Download complete d1f624025e8d: Verifying Checksum d1f624025e8d: Download complete d1f624025e8d: Pull complete Digest: sha256:0a869e80bde126e944f8cd14b11a246f54a5d61c7ad684a11e2b5b09ed5ca92d Status: Downloaded newer image for ubuntu:latest
在上面的例子中,我們使用`docker pull`命令拉取了Ubuntu鏡像,并且將拉取的過程展示出來。如果在拉取的過程中出現了異常情況,我們可以使用`ctrl+c`鍵中止拉取操作。
另外,需要注意的是,如果我們同時需要拉取多個鏡像,可以使用多個終端或者使用后臺拉取的方式來避免卡死當前終端。
上一篇hive處理json
下一篇mysql跳過鎖表