Skip to content

Instantly share code, notes, and snippets.

@crosbymichael
Created June 25, 2013 02:47
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 crosbymichael/5855519 to your computer and use it in GitHub Desktop.
Save crosbymichael/5855519 to your computer and use it in GitHub Desktop.
FROM ubuntu
RUN apt-get update
ADD test /test
ENTRYPOINT /test
CMD -help
----------------------------
╭─michael@codeassistant ~/docker/entry
╰─<<: docker run 0f9cb9352c12
-n is required to echo your name.
╭─michael@codeassistant ~/docker/entry
╰─<<: docker run 0f9cb9352c12 -n="Michael"
Hello Michael% ╭─michael@codeassistant ~/docker/entry
╰─<<:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment