mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Merge 3d40ae961a into 9151236d1e
This commit is contained in:
commit
3de7931298
2 changed files with 41 additions and 1 deletions
|
|
@ -80,10 +80,16 @@ If you use Podman's Docker wrapper, you need to enable legacy completion. See ab
|
|||
| drs | `docker container restart` | Restart one or more containers |
|
||||
| dsta | `docker stop $(docker ps -q)` | Stop all 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 |
|
||||
| dvi | `docker volume inspect` | Display detailed information about one or more volumes |
|
||||
| dvls | `docker volume ls` | List all the volumes known to docker |
|
||||
| dvprune | `docker volume prune` | Cleanup dangling volumes |
|
||||
| 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 |
|
||||
|
||||
## Functions
|
||||
|
||||
| Command | Description |
|
||||
| :-------------------------- | :---------------------------------------------------------------------------------------------------- |
|
||||
| `dxgcit <pattern> <cmd...>` | Run a new command in a running container selected via pattern matching on the image or container name |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue