Skip to content

Instantly share code, notes, and snippets.

@nowk
Created February 1, 2019 03:19
Show Gist options
  • Save nowk/f40951bb0fd2925f8ad5bb85e44e72f8 to your computer and use it in GitHub Desktop.
Save nowk/f40951bb0fd2925f8ad5bb85e44e72f8 to your computer and use it in GitHub Desktop.
[Unit]
...
[Service]
ExecStartPre=-/usr/bin/docker kill %n
// will need to remove volume if named
ExecStartPre=-/usr/bin/docker rm -v %n
ExectStart=/usr/bim/docker \
--name %n \
...
ExecStop=/usr/bin/docker stop -t 3 %n
Restart=on-failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment