Advertisement
Guest User

Untitled

a guest
Oct 12th, 2020
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.58 KB | None | 0 0
  1. host:
  2.   arch: amd64
  3.   buildahVersion: 1.16.1
  4.   cgroupManager: systemd
  5.   cgroupVersion: v2
  6.   conmon:
  7.     package: conmon-2.0.21-2.fc32.x86_64
  8.     path: /usr/bin/conmon
  9.     version: 'conmon version 2.0.21, commit: 81d18b6c3ffc266abdef7ca94c1450e669a6a388'
  10.   cpus: 4
  11.   distribution:
  12.     distribution: fedora
  13.     version: "32"
  14.   eventLogger: journald
  15.   hostname: red
  16.   idMappings:
  17.     gidmap:
  18.     - container_id: 0
  19.       host_id: 1000
  20.       size: 1
  21.     - container_id: 1
  22.       host_id: 100000
  23.       size: 65536
  24.     uidmap:
  25.     - container_id: 0
  26.       host_id: 1000
  27.       size: 1
  28.     - container_id: 1
  29.       host_id: 100000
  30.       size: 65536
  31.   kernel: 5.8.13-200.fc32.x86_64
  32.   linkmode: dynamic
  33.   memFree: 19838791680
  34.   memTotal: 33641410560
  35.   ociRuntime:
  36.     name: crun
  37.     package: crun-0.15-5.fc32.x86_64
  38.     path: /usr/bin/crun
  39.     version: |-
  40.       crun version 0.15
  41.       commit: 56ca95e61639510c7dbd39ff512f80f626404969
  42.       spec: 1.0.0
  43.       +SYSTEMD +SELINUX +APPARMOR +CAP +SECCOMP +EBPF +YAJL
  44.   os: linux
  45.   remoteSocket:
  46.     path: /run/user/1000/podman/podman.sock
  47.   rootless: true
  48.   slirp4netns:
  49.     executable: /usr/bin/slirp4netns
  50.     package: slirp4netns-1.1.4-1.fc32.x86_64
  51.     version: |-
  52.       slirp4netns version 1.1.4
  53.       commit: b66ffa8e262507e37fca689822d23430f3357fe8
  54.       libslirp: 4.3.1
  55.       SLIRP_CONFIG_VERSION_MAX: 2
  56.   swapFree: 16874729472
  57.   swapTotal: 16890458112
  58.   uptime: 62h 41m 0.61s (Approximately 2.58 days)
  59. registries:
  60.   search:
  61.  - registry.fedoraproject.org
  62.   - registry.access.redhat.com
  63.   - registry.centos.org
  64.   - docker.io
  65. store:
  66.   configFile: /home/MY_USER_NAME/.config/containers/storage.conf
  67.   containerStore:
  68.     number: 2
  69.     paused: 0
  70.     running: 1
  71.     stopped: 1
  72.   graphDriverName: overlay
  73.   graphOptions:
  74.     overlay.mount_program:
  75.       Executable: /usr/bin/fuse-overlayfs
  76.       Package: fuse-overlayfs-1.1.2-1.fc32.x86_64
  77.       Version: |-
  78.         fusermount3 version: 3.9.1
  79.         fuse-overlayfs: version 1.1.0
  80.         FUSE library version 3.9.1
  81.         using FUSE kernel interface version 7.31
  82.   graphRoot: /home/MY_USER_NAME/.local/share/containers/storage
  83.   graphStatus:
  84.     Backing Filesystem: xfs
  85.     Native Overlay Diff: "false"
  86.     Supports d_type: "true"
  87.     Using metacopy: "false"
  88.   imageStore:
  89.     number: 9
  90.   runRoot: /run/user/1000/containers
  91.   volumePath: /home/MY_USER_NAME/.local/share/containers/storage/volumes
  92. version:
  93.   APIVersion: 2.0.0
  94.   Built: 1601494271
  95.   BuiltTime: Wed Sep 30 13:31:11 2020
  96.   GitCommit: ""
  97.   GoVersion: go1.14.9
  98.   OsArch: linux/amd64
  99.   Version: 2.1.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement