Created
March 27, 2015 23:12
-
-
Save ripienaar/24dc31e950e1e4674cc9 to your computer and use it in GitHub Desktop.
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 characters
| FROM centos | |
| MAINTAINER rip@devco.net | |
| ENTRYPOINT ["/bin/cat"] |
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 characters
| % 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