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.git2- Change to project directory:
cd docker-clean3- Use Makefile:
make installTo use, follow these steps:
- Running docker-clean with command line:
python3 docker-clean.py --helpTo 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 .
