Skip to content

Instantly share code, notes, and snippets.

@philips
Created February 19, 2014 02:16
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 philips/9084879 to your computer and use it in GitHub Desktop.
Save philips/9084879 to your computer and use it in GitHub Desktop.
$ docker run busybox echo foo
2014/02/19 02:12:37 Error: create: create: command not found
core@localhost ~ $ docker run -i -t busybox exit 1
2014/02/19 02:14:00 Unable to locate exit
[error] client.go:2279 Error getting size: bad file descriptor
core@localhost ~ $ echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment