Skip to content

Instantly share code, notes, and snippets.

@kitsuyui
Last active April 12, 2016 14:32
Show Gist options
  • Save kitsuyui/476c2ea7d4049dee014d405d81cc3631 to your computer and use it in GitHub Desktop.
Save kitsuyui/476c2ea7d4049dee014d405d81cc3631 to your computer and use it in GitHub Desktop.
超軽量 Docker Image true (125 bytes) と sleeping-beauty (129 bytes) ref: http://qiita.com/kitsuyui/items/ba6eb17e6bbe97aa6b04
docker run scratch
Unable to find image 'scratch:latest' locally
docker: Error response from daemon: 'scratch' is a reserved name.
See 'docker run --help'.
FROM scratch
ADD somefile /
CMD /somefile
FROM tianon/true
VOLUME /path/to/somedata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment