Ajout de apt et docker dans les scripts d'update
This commit is contained in:
parent
9142a9fa42
commit
dc3fe34e76
2 changed files with 7 additions and 0 deletions
4
share/updateall/commands.d/apt
Normal file
4
share/updateall/commands.d/apt
Normal file
|
@ -0,0 +1,4 @@
|
|||
apt-get update
|
||||
apt-get upgrade
|
||||
apt-get autoremove
|
||||
|
3
share/updateall/commands.d/docker
Normal file
3
share/updateall/commands.d/docker
Normal file
|
@ -0,0 +1,3 @@
|
|||
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
||||
docker image prune
|
||||
|
Loading…
Reference in a new issue