LoginSignup
0
0

docker(109)今日のdocker エラー: failed to register layer:

Last updated at Posted at 2020-01-15

OSを10.15.2 に上げた。

macOS

zsh
Last login: Wed Jan 15 08:56:14 on ttys001

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.

$ sw_vers
ProductName:	Mac OS X
ProductVersion:	10.15.2
BuildVersion:	19C57

$ system_profiler SPSoftwareDataType
Software:

    System Software Overview:

      System Version: macOS 10.15.2 (19C57)
      Kernel Version: Darwin 19.2.0
      Boot Volume: Macintosh HD
      Boot Mode: Normal
      Computer Name: my_com_name
      User Name: my_name (my_name)
      Secure Virtual Memory: Enabled
      System Integrity Protection: Enabled
      Time since boot: 22:56

$ uname -a
Darwin KM-S05.local 19.2.0 Darwin Kernel Version 19.2.0: Sat Nov  9 03:47:04 PST 2019; root:xnu-6153.61.1~20/RELEASE_X86_64 x86_64

$ $ uname -p
i386

$ cat /System/Library/CoreServices/SystemVersion.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ProductBuildVersion</key>
	<string>19C57</string>
	<key>ProductCopyright</key>
	<string>1983-2019 Apple Inc.</string>
	<key>ProductName</key>
	<string>Mac OS X</string>
	<key>ProductUserVisibleVersion</key>
	<string>10.15.2</string>
	<key>ProductVersion</key>
	<string>10.15.2</string>
	<key>iOSSupportVersion</key>
	<string>13.0</string>
</dict>
</plist>

$ brew update
Updated 2 taps (homebrew/core and homebrew/cask).
==> Updated Formulae
ack             assimp          bitrise         libsixel        opa
acpica          atlassian-cli   conan           libtensorflow   rhino
ammonite-repl   azure-cli       exploitdb       minio-mc        serverless
artifactory     babel           firebase-cli    mysql           snapcraft
ask-cli         balena-cli      kind            okteto          terragrunt
$ brew upgrade

#docker

docker(19) 言語処理100本ノックをdockerで。python覚えるのに最適。
https://qiita.com/kaizen_nagoya/items/7e7eb7c543e0c18438c4

zsh
$ docker run -v /tmp/work:/tmp/work -p 8080:8080 -it kaizenjapan/100pon /bin/bash

Unable to find image 'kaizenjapan/100pon:latest' locally
latest: Pulling from kaizenjapan/100pon
05d1a5232b46: Already exists 
33529d049adc: Already exists 
be72550a31b7: Already exists 
40cab810eef6: Extracting  1.312MB/1.312MB
90a7cfada776: Download complete 
63b10c589b27: Download complete 
3b74f2e93e93: Download complete 
4ad328879d5f: Downloading  113.9MB/985.1MB
53bb48f40962: Downloading  126.7MB/2.076GB
7430ebce441f: Download complete 
152f700bf3d8: Downloading  49.91MB/3.14GB
  1. Already exists

すでにdocker で ubuntuなどを起動したことがある場合

  1. Downloading

現在Downloading中

  1. Download complete

  2. Extracting

docker error

zsh
$ docker run -v /tmp/work:/tmp/work -p 8080:8080 -it kaizenjapan/100pon /bin/bash
Unable to find image 'kaizenjapan/100pon:latest' locally
latest: Pulling from kaizenjapan/100pon
05d1a5232b46: Already exists 
33529d049adc: Already exists 
be72550a31b7: Already exists 
40cab810eef6: Extracting  1.312MB/1.312MB
90a7cfada776: Download complete 
63b10c589b27: Download complete 
3b74f2e93e93: Download complete 
4ad328879d5f: Download complete 
53bb48f40962: Download complete 
7430ebce441f: Download complete 
152f700bf3d8: Download complete 
docker: failed to register layer: open /var/lib/docker/overlay2/598c537285d52ff0ae3bd2e551b1beba59e5608993a09ee3da118d9782ea4704/link: no such file or directory.

参考資料(reference)

macOS (OS X, Mac OS X) のバージョンを調べるコマンドやファイル
https://qiita.com/niwasawa/items/1b12ad162abb7f84eff9

最後までおよみいただきありがとうございました。

いいね 💚、フォローをお願いします。

Thank you very much for reading to the last sentence.

Please press the like icon 💚 and follow me for your happy life.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0