Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
d41ca84a
Unverified
Commit
d41ca84a
authored
Jun 06, 2022
by
Maxim Derbenev
Committed by
GitHub
Jun 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(docker): rename `dip` alias to `dipu` to avoid naming conflict (#10957)
parent
6622210d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
plugins/docker/README.md
+1
-1
docker.plugin.zsh
plugins/docker/docker.plugin.zsh
+1
-1
No files found.
plugins/docker/README.md
View file @
d41ca84a
...
@@ -57,7 +57,7 @@ the lines below to your zshrc file**, but be aware of the side effects:
...
@@ -57,7 +57,7 @@ the lines below to your zshrc file**, but be aware of the side effects:
| dib |
`docker image build`
| Build an image from a Dockerfile (same as docker build) |
| 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 |
| dii |
`docker image inspect`
| Display detailed information on one or more images |
| dils |
`docker image ls`
| List docker images |
| dils |
`docker image ls`
| List docker images |
| dip |
`docker image push`
| Push an image or repository to a remote registry |
| dip
u
|
`docker image push`
| Push an image or repository to a remote registry |
| dirm |
`docker image rm`
| Remove one or more images |
| dirm |
`docker image rm`
| Remove one or more images |
| dit |
`docker image tag`
| Add a name and tag to a particular image |
| dit |
`docker image tag`
| Add a name and tag to a particular image |
| | |
**Docker Network**
|
| | |
**Docker Network**
|
...
...
plugins/docker/docker.plugin.zsh
View file @
d41ca84a
...
@@ -21,7 +21,7 @@ alias dxcit='docker container exec -it'
...
@@ -21,7 +21,7 @@ alias dxcit='docker container exec -it'
alias
dib
=
'docker image build'
alias
dib
=
'docker image build'
alias
dii
=
'docker image inspect'
alias
dii
=
'docker image inspect'
alias
dils
=
'docker image ls'
alias
dils
=
'docker image ls'
alias
dip
=
'docker image push'
alias
dip
u
=
'docker image push'
alias
dirm
=
'docker image rm'
alias
dirm
=
'docker image rm'
alias
dit
=
'docker image tag'
alias
dit
=
'docker image tag'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment