Artigo de referência Este script python foi inspirado num artigo sobre como remover imagens, containers e volumes. Tudo com a finalidade de auxiliar na limpeza de ambientes de desenvolvimento, após a grande facilidade de criação de ambientes docker.
O script executa uma limpeza na maquina de desenvolvimento.
To install, follow these steps using the terminal:
1- Clone the repository:
git clone https://github.com/jmreis/docker-clean.git
2- Change to project directory:
cd docker-clean
3- Use Makefile:
make install
To use, follow these steps:
- Running docker-clean with command line:
python3 docker-clean.py --help
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<message_commit>'
- Push to the original branch:
git push origin <project_name> / <local>
- Create the pull request.
Alternatively, see the GitHub documentation at how to create a pull request .