Skip to content

Commit

Permalink
Add a docker daemon restart after custom daemon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhopkins11 authored and micahhausler committed May 30, 2019
1 parent 92e33a8 commit 6f3354a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ fi
# Replace with custom docker config contents.
if [[ -n "$DOCKER_CONFIG_JSON" ]]; then
echo "$DOCKER_CONFIG_JSON" > /etc/docker/daemon.json
systemctl restart docker
fi

if [[ "$ENABLE_DOCKER_BRIDGE" = "true" ]]; then
Expand Down

0 comments on commit 6f3354a

Please sign in to comment.