|
@@ -61,6 +61,8 @@ zstyle ':omz:plugins:docker' legacy-completion yes
|
|
|
| dnls | `docker network ls` | List all networks the engine daemon knows about, including those spanning multiple hosts |
|
|
|
| dnrm | `docker network rm` | Remove one or more networks |
|
|
|
| dpo | `docker container port` | List port mappings or a specific mapping for the container |
|
|
|
+| dps | `docker ps` | List all the running docker containers |
|
|
|
+| dpsa | `docker ps -a` | List all running and stopped containers |
|
|
|
| dpu | `docker pull` | Pull an image or a repository from a registry |
|
|
|
| dr | `docker container run` | Create a new container and start it using the specified command |
|
|
|
| drit | `docker container run -it` | Create a new container and start it in an interactive shell |
|