mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
Update README.md
This commit is contained in:
parent
d1c04d8a33
commit
6104065bfc
1 changed files with 4 additions and 1 deletions
|
|
@ -77,10 +77,13 @@ If you use Podman's Docker wrapper, you need to enable legacy completion. See ab
|
||||||
| drs | `docker container restart` | Restart one or more containers |
|
| drs | `docker container restart` | Restart one or more containers |
|
||||||
| dsta | `docker stop $(docker ps -q)` | Stop all running containers |
|
| dsta | `docker stop $(docker ps -q)` | Stop all running containers |
|
||||||
| dstp | `docker container stop` | Stop one or more running containers |
|
| dstp | `docker container stop` | Stop one or more running containers |
|
||||||
| dsts | `docker stats` | Display real-time streaming statistics for containers |
|
| dsts | `docker stats` | Display real-time streaming statistics for containers |
|
||||||
| dtop | `docker top` | Display the running processes of a container |
|
| dtop | `docker top` | Display the running processes of a container |
|
||||||
| dvi | `docker volume inspect` | Display detailed information about one or more volumes |
|
| dvi | `docker volume inspect` | Display detailed information about one or more volumes |
|
||||||
| dvls | `docker volume ls` | List all the volumes known to docker |
|
| dvls | `docker volume ls` | List all the volumes known to docker |
|
||||||
| dvprune | `docker volume prune` | Cleanup dangling volumes |
|
| dvprune | `docker volume prune` | Cleanup dangling volumes |
|
||||||
| dxc | `docker container exec` | Run a new command in a running container |
|
| dxc | `docker container exec` | Run a new command in a running container |
|
||||||
| dxcit | `docker container exec -it` | Run a new command in a running container in an interactive shell |
|
| dxcit | `docker container exec -it` | Run a new command in a running container in an interactive shell |
|
||||||
|
| dcx | `docker compose up -d --force-recreate --remove-orphans` | Starts all containers in detached mode, recreates them, and removes orphaned containers |
|
||||||
|
| dcxb | `docker compose up -d --force-recreate --build --remove-orphans` | Same as dcx, but also rebuilds images before starting the containers |
|
||||||
|
| dcxd | `docker compose down` | Stops and removes all containers, networks, and resources created by Docker Compose |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue