Last active
January 28, 2021 07:08
-
-
Save udzura/97770a56edc39287b99c1a7de432f295 to your computer and use it in GitHub Desktop.
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
## CONTAINER RUNTIME MEETUP #3 working environment | |
$ lsb_release -a | |
No LSB modules are available. | |
Distributor ID: Ubuntu | |
Description: Ubuntu 20.10 | |
Release: 20.10 | |
Codename: groovy | |
$ uname -a | |
Linux ubuntu-groovy 5.8.0-38-generic #43-Ubuntu SMP Tue Jan 12 12:42:13 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux | |
$ runc -v | |
runc version 1.0.0-rc92 | |
commit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff | |
spec: 1.0.2-dev | |
$ crun --version | |
crun version 0.16 | |
commit: eb0145e5ad4d8207e84a327248af76663d4e50dd | |
spec: 1.0.0 | |
+SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL | |
$ runsc --version | |
runsc version release-20201208.0 | |
spec: 1.0.1-dev | |
$ sudo docker version | |
Client: Docker Engine - Community | |
Version: 20.10.2 | |
API version: 1.41 | |
Go version: go1.13.15 | |
Git commit: 2291f61 | |
Built: Mon Dec 28 16:18:32 2020 | |
OS/Arch: linux/amd64 | |
Context: default | |
Experimental: true | |
Server: Docker Engine - Community | |
Engine: | |
Version: 20.10.2 | |
API version: 1.41 (minimum version 1.12) | |
Go version: go1.13.15 | |
Git commit: 8891c58 | |
Built: Mon Dec 28 16:16:14 2020 | |
OS/Arch: linux/amd64 | |
Experimental: false | |
containerd: | |
Version: 1.4.3 | |
GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b | |
runc: | |
Version: 1.0.0-rc92 | |
GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff | |
docker-init: | |
Version: 0.19.0 | |
GitCommit: de40ad0 | |
$ podman version | |
Version: 2.2.1 | |
API Version: 2.1.0 | |
Go Version: go1.14.7 | |
Built: Thu Jan 1 00:00:00 1970 | |
OS/Arch: linux/amd64 | |
$ systemd --version | |
systemd 246 (246.6-1ubuntu1) | |
+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment