docker_basics
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
docker_basics [2017/09/17 21:51] – created neoon | docker_basics [2021/11/25 22:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | **Containers** | ||
+ | |||
+ | List all containers | ||
+ | |||
+ | docker ps -a | ||
+ | |||
+ | **Services** | ||
+ | |||
+ | List all services | ||
+ | |||
+ | docker service ls | ||
+ | | ||
+ | Delete a service | ||
+ | |||
+ | docker service rm < | ||
+ | |||
**Nodes** | **Nodes** | ||
List all nodes | List all nodes | ||
- | docker node ls | + | |
+ | |||
+ | **Volumes** | ||
+ | |||
+ | List all volumes | ||
+ | |||
+ | docker volume ls |
docker_basics.1505685096.txt.gz · Last modified: 2021/11/25 22:44 (external edit)