Compare commits
2 Commits
2a4e81025f
...
42a96b909b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42a96b909b | ||
|
|
ee4f7cedbf |
@ -3,6 +3,6 @@
|
||||
dockerStartAllApps()
|
||||
{
|
||||
isNotice "Please wait for docker containers to start"
|
||||
local result=$(dockerCommandRun "docker restart $(docker ps -a -q)")
|
||||
local result=$(dockerCommandRun "docker ps -a -q | xargs -r docker restart")
|
||||
checkSuccess "Starting up all docker containers"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user