Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-williams/docker-helpers
bash aliases and helpers for working with docker
https://github.com/ryan-williams/docker-helpers
Last synced: about 2 months ago
JSON representation
bash aliases and helpers for working with docker
- Host: GitHub
- URL: https://github.com/ryan-williams/docker-helpers
- Owner: ryan-williams
- Created: 2019-04-26T20:15:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T15:45:48.000Z (9 months ago)
- Last Synced: 2024-04-24T11:37:09.612Z (8 months ago)
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-helpers
bash aliases and helpers for working with docker## Install
```bash
git clone [email protected]:ryan-williams/docker-helpers.git
echo "source $PWD/docker-helpers/.docker-rc" >> ~/.bashrc
. ~/.bashrc
```## Usage
See [`.docker-rc`](./.docker-rc) for available aliases/helpers.