Created
December 6, 2013 13:11
-
-
Save mlebkowski/7823541 to your computer and use it in GitHub Desktop.
This file contains 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
root@bob /h/mlebkowski# docker run -t -d base bash -c 'trap date SIGTERM SIGKILL SIGSTOP; while true; do sleep 1; done' | |
57a333488199 | |
root@bob /h/mlebkowski# docker logs 57a333488199 | |
root@bob /h/mlebkowski# docker stop 57a333488199 | |
57a333488199 | |
root@bob /h/mlebkowski# docker logs 57a333488199 | |
Fri Dec 6 13:09:40 UTC 2013 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment