https://github.com/byjg/docker-bash-scripts
Here you can find a collection of docker bash scripts to automate some tasks
https://github.com/byjg/docker-bash-scripts
Last synced: 6 months ago
JSON representation
Here you can find a collection of docker bash scripts to automate some tasks
- Host: GitHub
- URL: https://github.com/byjg/docker-bash-scripts
- Owner: byjg
- Created: 2017-10-03T03:18:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-04T06:03:43.000Z (almost 7 years ago)
- Last Synced: 2025-04-17T04:18:29.816Z (6 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Bash Scripts
Here you can find a collection of docker bash scripts to automate some tasks
| Script | Description |
|---------------------------|----------------------------------|
| docker-install.sh | Install the latest docker version |
| docker-compose-install.sh | Install the latest docker-compose version |
| docker-machine-install.sh | Install the latest docker-machine version |
| reclaim-disk-space.sh | Reclaim disk space by removing unused container, images and volumes |
| reclaim-disk-space.sh --force | Remove all child nodes (be careful) |
| upgrade-all-images.sh | Upgrade all installed docker images |
| container-ip.sh | Get the IP of the specified running container |We also recommend [USDOCKER](http://usdocker.com)