Skip to content

Instantly share code, notes, and snippets.

@daviddyball
Created June 24, 2015 17:48
Show Gist options
  • Select an option

  • Save daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.

Select an option

Save daviddyball/ec257a7e627ea63742f2 to your computer and use it in GitHub Desktop.

Revisions

  1. daviddyball created this gist Jun 24, 2015.
    6 changes: 6 additions & 0 deletions docker.yml
    Original 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"