Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ docker version
- Client:
- Version: 20.10.10
- API version: 1.41
- Go version: go1.17.2
- Git commit: b485636f4b
- Built: Tue Oct 26 03:44:01 2021
- OS/Arch: linux/amd64
- Context: default
- Experimental: true
- Server:
- Engine:
- Version: 20.10.10
- API version: 1.41 (minimum version 1.12)
- Go version: go1.17.2
- Git commit: e2f740de44
- Built: Tue Oct 26 03:43:48 2021
- OS/Arch: linux/amd64
- Experimental: false
- containerd:
- Version: v1.7.0
- GitCommit: 1fbd70374134b891f97ce19c70b6e50c7b9f4e0d.m
- runc:
- Version: 1.1.6
- GitCommit:
- docker-init:
- Version: 0.19.0
- GitCommit: de40ad0
- $ docker info
- Client:
- Context: default
- Debug Mode: false
- Plugins:
- buildx: Build with BuildKit (Docker Inc., v0.6.1-docker)
- Server:
- Containers: 151
- Running: 1
- Paused: 0
- Stopped: 150
- Images: 506
- Server Version: 20.10.10
- Storage Driver: overlay2
- Backing Filesystem: extfs
- Supports d_type: true
- Native Overlay Diff: false
- userxattr: false
- Logging Driver: json-file
- Cgroup Driver: cgroupfs
- Cgroup Version: 1
- Plugins:
- Volume: local
- Network: bridge host ipvlan macvlan null overlay
- Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
- Swarm: inactive
- Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
- Default Runtime: runc
- Init Binary: docker-init
- containerd version: 1fbd70374134b891f97ce19c70b6e50c7b9f4e0d.m
- runc version:
- init version: de40ad0
- Security Options:
- seccomp
- Profile: default
- Kernel Version: 6.2.11-arch1-1
- Operating System: Arch Linux
- OSType: linux
- Architecture: x86_64
- CPUs: 24
- Total Memory: 31.27GiB
- Name: mocull-endeavor
- ID: VUDR:URXR:LNY6:5ANR:5F5U:I7ET:POWR:IZTF:YJML:HL25:GTTI:TAQZ
- Docker Root Dir: /var/lib/docker
- Debug Mode: false
- Registry: https://index.docker.io/v1/
- Labels:
- Experimental: false
- Insecure Registries:
- registry.batswireless.lcl:5001
- 127.0.0.0/8
- Live Restore Enabled: false
- $ docker run --rm -it alpine sh
- / # apk update
- / # apk add fakeroot
- / # time fakeroot whoami
- root
- real 0m 0.00s
- user 0m 0.00s
- sys 0m 0.00s
- / # time fakeroot sh -c whoami
- root
- real 1m 46.91s
- user 0m 0.00s
- sys 0m 0.00s
- / # fakeroot -v
- fakeroot version 1.29
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement