Skip to content

Um script em python para limpar imagens, volumes e containers docker.

License

Notifications You must be signed in to change notification settings

jmreis/docker-clean

Repository files navigation

Docker-Clean

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.

project.gif

Skills

python

🚀 Installing

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

☕ Using

To use, follow these steps:

  • Running docker-clean with command line:
python3 docker-clean.py --help

📫 Contributing

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<message_commit>'
  4. Push to the original branch: git push origin <project_name> / <local>
  5. Create the pull request.

Alternatively, see the GitHub documentation at how to create a pull request .

License

MIT

⬆ Back to top

About

Um script em python para limpar imagens, volumes e containers docker.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published