Skip to content

Instantly share code, notes, and snippets.

@thehajime
Created December 4, 2018 13:56
Show Gist options
  • Save thehajime/89b7a6d86812f5cdc55b256d3957a579 to your computer and use it in GitHub Desktop.
Save thehajime/89b7a6d86812f5cdc55b256d3957a579 to your computer and use it in GitHub Desktop.
[tazaki@zakzak3 frankenlibc]$ docker run -i --runtime=runu-dev alpine ping 127.0.0.1
Running as root user, must set -u
Can change uid to root, aborting
PING 127.0.0.1 (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: seq=0 ttl=64 time=0.025 ms
64 bytes from 127.0.0.1: seq=1 ttl=64 time=0.060 ms
[tazaki@zakzak3 frankenlibc]$ docker run -i --runtime=runu-dev alpine uname -a
Running as root user, must set -u
Can change uid to root, aborting
Linux (none) 4.16.0+ #14 Tue Dec 4 22:38:38 JST 2018 lkl Linux
[tazaki@zakzak3 frankenlibc]$ docker run -i --runtime=runu-dev alpine dmesg |head
Running as root user, must set -u
Can change uid to root, aborting
[ 0.000000] Linux version 4.16.0+ ([email protected]) (gcc version 8.1.1 20180712 (Red Hat 8.1.1-5) (GCC)) #14 Tue Dec 4 22:38:38 JST 2018
[ 0.000000] bootmem address range: 0x7f42f967f000 - 0x7f42ffa7e000
[ 0.000000] On node 0 totalpages: 25599
[ 0.000000] Normal zone: 350 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 25599 pages, LIFO batch:0
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 25249
[ 0.000000] Kernel command line: mem=100M virtio-pci.force_legacy=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment