Skip to content

Instantly share code, notes, and snippets.

@keyle
Created November 3, 2019 22:06
Show Gist options
  • Select an option

  • Save keyle/eea823bec776c70289f320dbdb13f7e9 to your computer and use it in GitHub Desktop.

Select an option

Save keyle/eea823bec776c70289f320dbdb13f7e9 to your computer and use it in GitHub Desktop.
Docker container always start at boot
# docker ps, find the hash, e.g. b1d085e45f39
docker update --restart=always $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment