Skip to content

Instantly share code, notes, and snippets.

@daviddyball
Created June 24, 2015 17:48
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 daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.
Save daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.
docker play for custom registry
- docker:
name: my-container
image: my-image:latest
registry: https://my-private-repo:443/v2/
detach: true
command: bash -lc "while true; do sleep 1; done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment