https://github.com/williamkoller/automation-docker
Script for delete images, container, network and volume
https://github.com/williamkoller/automation-docker
docker shell-script
Last synced: about 1 year ago
JSON representation
Script for delete images, container, network and volume
- Host: GitHub
- URL: https://github.com/williamkoller/automation-docker
- Owner: williamkoller
- Created: 2022-08-08T14:46:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T16:58:10.000Z (almost 4 years ago)
- Last Synced: 2023-03-03T21:09:31.154Z (over 3 years ago)
- Topics: docker, shell-script
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Automation Docker
- Add permission
```
sudo chmod +x exec.sh
```
- Exec
```
./exec.sh
```