Skip to content

Instantly share code, notes, and snippets.

@darrensapalo
Created August 21, 2020 03:45
Show Gist options
  • Save darrensapalo/3dbbcadaffb8769a8db36ea72162c21d to your computer and use it in GitHub Desktop.
Save darrensapalo/3dbbcadaffb8769a8db36ea72162c21d to your computer and use it in GitHub Desktop.
I'll usually need to do this if there were port issues that cause the containers to not be able to restart.
#! /bin/sh
# This restarts the whole docker service.
#
# I'll usually need to do this if there were port issues that cause the containers to not be able to restart.
service docker restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment