Skip to content

Instantly share code, notes, and snippets.

@mlebkowski
Created December 6, 2013 13:11
Show Gist options
  • Save mlebkowski/7823541 to your computer and use it in GitHub Desktop.
Save mlebkowski/7823541 to your computer and use it in GitHub Desktop.
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