Aggiorna README.md
This commit is contained in:
parent
2b937331c4
commit
8be6d0c89e
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -46,6 +46,16 @@ inserire la versione se si vuole utilizzare solo quella
|
|||
curl https://forgit.patachina.casacam.net/Fabio/registry/raw/branch/main/delete_docker_registry_image | sudo tee /usr/local/bin/delete_docker_registry_image >/dev/null
|
||||
sudo chmod a+x /usr/local/bin/delete_docker_registry_image
|
||||
|
||||
curl https://forgit.patachina.casacam.net/Fabio/registry/raw/branch/main/del_images.sh | sudo tee /usr/local/bin/del_images.sh >/dev/null
|
||||
sudo chmod a+x /usr/local/bin/del_images.sh
|
||||
|
||||
andare a modificare del_images.sh
|
||||
|
||||
sudo nano /usr/local/bin/del_images.sh
|
||||
|
||||
inserendo
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
curl https://raw.githubusercontent.com/burnettk/delete-docker-registry-image/master/delete_docker_registry_image.py | sudo tee /usr/local/bin/delete_docker_registry_image >/dev/null
|
||||
|
|
Loading…
Reference in a new issue