Skip to content

Instantly share code, notes, and snippets.

@popsikle
Created March 4, 2015 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save popsikle/17faeab8fcfdd7773555 to your computer and use it in GitHub Desktop.
Save popsikle/17faeab8fcfdd7773555 to your computer and use it in GitHub Desktop.
[Unit]
Description=Pull Latest Crick Image
After=docker.service
Requires=docker.service
[Service]
User=core
EnvironmentFile=/etc/environment
TimeoutStartSec=0
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/bin/docker pull quay.io/keep/crick
[X-Fleet]
Global=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment