Created
June 24, 2015 17:48
-
-
Save daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.
Revisions
-
daviddyball created this gist
Jun 24, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ - 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"