Skip to content

Instantly share code, notes, and snippets.

@ripienaar
Created March 27, 2015 23:12
Show Gist options
  • Select an option

  • Save ripienaar/24dc31e950e1e4674cc9 to your computer and use it in GitHub Desktop.

Select an option

Save ripienaar/24dc31e950e1e4674cc9 to your computer and use it in GitHub Desktop.
FROM centos
MAINTAINER rip@devco.net
ENTRYPOINT ["/bin/cat"]
% echo -ne 'asdf\n\nqwer\n\n' | docker run -i --rm a6cf34b2951c -e
asdf$
$
qwer$
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment