Skip to content

feat(docker): add aliases for the filter commands#12552

Open
shink wants to merge 1 commit intoohmyzsh:masterfrom
shink:docker/filter
Open

feat(docker): add aliases for the filter commands#12552
shink wants to merge 1 commit intoohmyzsh:masterfrom
shink:docker/filter

Conversation

@shink
Copy link

@shink shink commented Jul 14, 2024

Standards checklist:

  • The PR title is descriptive.
  • The PR doesn't replicate another PR which is already open.
  • I have read the contribution guide and followed all the instructions.
  • The code follows the code style guide detailed in the wiki.
  • The code is mine or it's from somewhere with an MIT-compatible license.
  • The code is efficient, to the best of my ability, and does not waste computer resources.
  • The code is stable and I have tested it myself, to the best of my abilities.
  • If the code introduces new aliases, I provide a valid use case for all plugin users down below.

Changes:

  • [...]

Other comments:

...

@ohmyzsh ohmyzsh bot added Area: plugin Issue or PR related to a plugin Type: documentation Documentation issue or Pull Request labels 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 |
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i just added three items and reformatted this file, nothing else was modified

@baltic-tea
Copy link
Contributor

Hi! Create a pull request on my branch if you want: #11821

Maybe someday it will be merged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: plugin Issue or PR related to a plugin Type: documentation Documentation issue or Pull Request

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants