mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Add -x option to $DOCKER_RELOAD_COMMAND.
This should help to see if it is hanging (and where). PiperOrigin-RevId: 583160242
This commit is contained in:
committed by
gVisor bot
parent
980de72deb
commit
532dc59326
@@ -98,7 +98,7 @@ if [[ "${BUILDKITE_PIPELINE_INSTALL_RUNTIME:-}" == "true" ]]; then
|
||||
# just a SIGHUP.
|
||||
echo 'Reloading Docker daemon with this new configuration:' >&2
|
||||
cat /etc/docker/daemon.json >&2
|
||||
bash -c "$DOCKER_RELOAD_COMMAND"
|
||||
bash -xc "$DOCKER_RELOAD_COMMAND"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user