An open API service indexing awesome lists of open source software.

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

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)