Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gko/docker-alias
Docker aliases and functions
https://github.com/gko/docker-alias
aliases bash docker shell zsh
Last synced: 3 days ago
JSON representation
Docker aliases and functions
- Host: GitHub
- URL: https://github.com/gko/docker-alias
- Owner: gko
- Created: 2019-12-22T12:48:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T18:45:25.000Z (about 1 year ago)
- Last Synced: 2024-11-08T20:49:22.695Z (about 2 months ago)
- Topics: aliases, bash, docker, shell, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker alias and functions
Useful command line alias for [Docker](https://www.docker.io/).
Blatantly forked from [tcnksm/docker-alias](https://github.com/tcnksm/docker-alias).
You can see all available aliases in the [docker-alias.sh](https://github.com/gko/docker-alias/blob/master/docker-alias.sh).
## Installation
### Manually
```bash
git clone https://github.com/gko/docker-alias
```
then in .bashrc or .zshrc:
```bash
source ./docker-alias/docker-alias.sh
```
### With [antigen](https://github.com/zsh-users/antigen)In your .zshrc
```sh
antigen bundle gko/docker-alias
```## Reference
- [Useful Docker Bash functions and aliases](http://kartar.net/2014/03/useful-docker-bash-functions-and-aliases)
- [15 QUICK DOCKER TIPS](https://labs.ctl.io/15-quick-docker-tips/)