Autosave: 2024-03-30 14:50:04
This commit is contained in:
parent
898517c10e
commit
caf07a4dd3
2 changed files with 24 additions and 0 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
24
zk/Docker_CLI.md
Normal file
24
zk/Docker_CLI.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
---
|
||||
id: 6g54
|
||||
title: Docker_CLI
|
||||
tags: []
|
||||
created: Saturday, March 30, 2024
|
||||
---
|
||||
|
||||
# Docker_CLI
|
||||
|
||||
```sh
|
||||
# List images
|
||||
docker image ls
|
||||
|
||||
# List container
|
||||
docker container ls
|
||||
|
||||
# Remove container
|
||||
docker rm container-name
|
||||
|
||||
# Remove image
|
||||
|
||||
docker rmi image_name:version
|
||||
|
||||
```
|
Loading…
Add table
Reference in a new issue