Created
May 9, 2017 15:26
-
-
Save php-coder/7b6c16eb58f60d581c0f2154a61977a0 to your computer and use it in GitHub Desktop.
docker output
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
$ docker run --rm --user=1000000000 busybox id | |
container_linux.go:247: starting container process caused "invalid argument" | |
/usr/bin/docker-current: Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "invalid argument". | |
$ docker run --rm --user=1000 busybox id | |
uid=1000 gid=0(root) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment