Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restarting docker daemon #718

Merged
merged 4 commits into from
Jul 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
changes done to restart docker-daemon on config file update
  • Loading branch information
ravisinha0506 committed Jul 29, 2021
commit 2d50b30198be51629c4ac2265796d268346828c6
2 changes: 1 addition & 1 deletion files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ elif [[ "$CONTAINER_RUNTIME" = "dockerd" ]]; then
fi
systemctl daemon-reload
systemctl enable docker
systemctl start docker
systemctl restart docker
else
echo "Container runtime ${CONTAINER_RUNTIME} is not supported."
exit 1
Expand Down