Created
June 24, 2015 17:48
-
-
Save daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.
docker play for custom registry
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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