1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

理由がわからずdocker imageが消えた時の原因と解決例

Posted at

#どんなもの?
下記のコマンドを打ったところ、今まで出てきていたdocker imageが出てこなくなったというものです

% docker images ls

#原因と解決方法は?
コマンドミスです。正しくは下記の通り単数形出なくてはなりません。このコマンドで元どおりdocker imageの一覧を見ることができます。

% docker image ls
1
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?