new
This commit is contained in:
7
app/sbin/pullAllContainers
Executable file
7
app/sbin/pullAllContainers
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker ps -a --format '{{.Image}}' | sort -u | xargs -n1 docker pull
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user