Skip to content

Instantly share code, notes, and snippets.

@atton
Created June 6, 2018 11:06
Show Gist options
  • Save atton/2d181fa02fa597c6a8bea465a1af0748 to your computer and use it in GitHub Desktop.
Save atton/2d181fa02fa597c6a8bea465a1af0748 to your computer and use it in GitHub Desktop.
[Unit]
Description=Docker Registry
Requires=docker.service
After=docker.service
[Service]
Type=simple
ExecStart=/usr/bin/docker restart registry
ExecStop=-/usr/bin/docker stop registry
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment