このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン 次のリビジョン | 前のリビジョン | ||
tools:docker:installation:centos7 [2021/01/05 09:12] michiya |
tools:docker:installation:centos7 [2021/01/09 14:37] (現在) |
||
---|---|---|---|
行 42: | 行 42: | ||
For more examples and ideas, visit: | For more examples and ideas, visit: | ||
| | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # docker ps -a | ||
+ | </ | ||
+ | < | ||
+ | CONTAINER ID | ||
+ | 65fd944cccab | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # docker rm 65fd944cccab | ||
+ | # docker ps -a | ||
+ | </ | ||
+ | < | ||
+ | CONTAINER ID | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # docker images | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | REPOSITORY | ||
+ | hello-world | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | # docker rmi bf756fb1ae65 | ||
+ | # docker images | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | REPOSITORY | ||
</ | </ | ||