Suppression : script d'update de Docker
Les dockers doivent être mis à jour de manière moins brutale que via ce script
This commit is contained in:
parent
e431449b44
commit
b36207ad54
1 changed files with 0 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
|
||||||
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
|
||||||
|
|
Loading…
Reference in a new issue