Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save php-coder/7b6c16eb58f60d581c0f2154a61977a0 to your computer and use it in GitHub Desktop.
Save php-coder/7b6c16eb58f60d581c0f2154a61977a0 to your computer and use it in GitHub Desktop.
docker output
$ 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