feat(docker): add aliases for the filter commands#12552
Open
shink wants to merge 1 commit intoohmyzsh:masterfrom
Open
feat(docker): add aliases for the filter commands#12552shink wants to merge 1 commit intoohmyzsh:masterfrom
shink wants to merge 1 commit intoohmyzsh:masterfrom
Conversation
shink
commented
Jul 14, 2024
Comment on lines
42
to
-54
| ## Aliases | ||
|
|
||
| | Alias | Command | Description | | ||
| | :------ | :---------------------------- | :--------------------------------------------------------------------------------------- | | ||
| | dbl | `docker build` | Build an image from a Dockerfile | | ||
| | dcin | `docker container inspect` | Display detailed information on one or more containers | | ||
| | dcls | `docker container ls` | List all the running docker containers | | ||
| | dclsa | `docker container ls -a` | List all running and stopped containers | | ||
| | dib | `docker image build` | Build an image from a Dockerfile (same as docker build) | | ||
| | dii | `docker image inspect` | Display detailed information on one or more images | | ||
| | dils | `docker image ls` | List docker images | | ||
| | dipu | `docker image push` | Push an image or repository to a remote registry | | ||
| | dirm | `docker image rm` | Remove one or more images | |
Author
There was a problem hiding this comment.
i just added three items and reformatted this file, nothing else was modified
Contributor
|
Hi! Create a pull request on my branch if you want: #11821 Maybe someday it will be merged) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Standards checklist:
Changes:
Other comments:
...