Facebook
From byRomas, 7 Months ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 275
  1. (deck@steamdeck ~)$ distrobox create -i kali-rolling -n kali -v
  2. + '[' -z '' ']'
  3. + '[' -z kali-rolling ']'
  4. + '[' -z kali ']'
  5. + '[' -z kali ']'
  6. + case "${container_manager}" in
  7. + command -v podman
  8. + container_manager=podman
  9. + command -v podman
  10. + '[' 1 -ne 0 ']'
  11. + container_manager='podman --log-level debug'
  12. + '[' 0 -ne 0 ']'
  13. + '[' -z /usr/bin/distrobox-init ']'
  14. + '[' -z /usr/bin/distrobox-export ']'
  15. + '[' 0 -ne 0 ']'
  16. + podman --log-level debug inspect --type container kali
  17. + '[' -n '' ']'
  18. + '[' 0 -eq 1 ']'
  19. + podman --log-level debug inspect --type image kali-rolling
  20. + printf 'Creating '\''%s'\'' using image %s\t' kali kali-rolling
  21. Creating 'kali' using image kali-rolling        ++ generate_command
  22. ++ result_command='podman --log-level debug create'
  23. +++ uname -n
  24. ++ result_command='podman --log-level debug create
  25.                 --hostname "kali.steamdeck"
  26.                 --ipc host
  27.                 --name "kali"
  28.                 --network host
  29.                 --privileged
  30.                 --security-opt label=disable
  31.                 --user root:root'
  32. ++ '[' 0 -eq 0 ']'
  33. ++ result_command='podman --log-level debug create
  34.                 --hostname "kali.steamdeck"
  35.                 --ipc host
  36.                 --name "kali"
  37.                 --network host
  38.                 --privileged
  39.                 --security-opt label=disable
  40.                 --user root:root
  41.                         --pid host'
  42. ++ result_command='podman --log-level debug create
  43.                 --hostname "kali.steamdeck"
  44.                 --ipc host
  45.                 --name "kali"
  46.                 --network host
  47.                 --privileged
  48.                 --security-opt label=disable
  49.                 --user root:root
  50.                         --pid host
  51.                 --label "manager=distrobox"
  52.                 --env "SHELL=/bin/bash"
  53.                 --env "HOME=/home/deck"
  54.                 --volume /:/run/host:rslave
  55.                 --volume /dev:/dev:rslave
  56.                 --volume /sys:/sys:rslave
  57.                 --volume /tmp:/tmp:rslave
  58.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  59.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  60.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  61.                 --volume "/home/deck":"/home/deck":rslave'
  62. ++ '[' -e /sys/fs/selinux ']'
  63. ++ result_command='podman --log-level debug create
  64.                 --hostname "kali.steamdeck"
  65.                 --ipc host
  66.                 --name "kali"
  67.                 --network host
  68.                 --privileged
  69.                 --security-opt label=disable
  70.                 --user root:root
  71.                         --pid host
  72.                 --label "manager=distrobox"
  73.                 --env "SHELL=/bin/bash"
  74.                 --env "HOME=/home/deck"
  75.                 --volume /:/run/host:rslave
  76.                 --volume /dev:/dev:rslave
  77.                 --volume /sys:/sys:rslave
  78.                 --volume /tmp:/tmp:rslave
  79.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  80.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  81.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  82.                 --volume "/home/deck":"/home/deck":rslave
  83.                         --volume /var/log/journal'
  84. ++ '[' -L /dev/shm ']'
  85. ++ nix_dirs='
  86.                 /nix
  87.                 /gnu
  88.                 /run/current-system/sw
  89.         '
  90. ++ for nix_dir in ${nix_dirs}
  91. ++ '[' -d /nix ']'
  92. ++ result_command='podman --log-level debug create
  93.                 --hostname "kali.steamdeck"
  94.                 --ipc host
  95.                 --name "kali"
  96.                 --network host
  97.                 --privileged
  98.                 --security-opt label=disable
  99.                 --user root:root
  100.                         --pid host
  101.                 --label "manager=distrobox"
  102.                 --env "SHELL=/bin/bash"
  103.                 --env "HOME=/home/deck"
  104.                 --volume /:/run/host:rslave
  105.                 --volume /dev:/dev:rslave
  106.                 --volume /sys:/sys:rslave
  107.                 --volume /tmp:/tmp:rslave
  108.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  109.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  110.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  111.                 --volume "/home/deck":"/home/deck":rslave
  112.                         --volume /var/log/journal
  113.                                 --volume /nix:/nix'
  114. ++ for nix_dir in ${nix_dirs}
  115. ++ '[' -d /gnu ']'
  116. ++ for nix_dir in ${nix_dirs}
  117. ++ '[' -d /run/current-system/sw ']'
  118. ++ '[' -n '' ']'
  119. ++ '[' -n '' ']'
  120. ++ '[' /home/deck '!=' /var/home/deck ']'
  121. ++ '[' -d /var/home/deck ']'
  122. ++ '[' -d /run/user/1000 ']'
  123. ++ result_command='podman --log-level debug create
  124.                 --hostname "kali.steamdeck"
  125.                 --ipc host
  126.                 --name "kali"
  127.                 --network host
  128.                 --privileged
  129.                 --security-opt label=disable
  130.                 --user root:root
  131.                         --pid host
  132.                 --label "manager=distrobox"
  133.                 --env "SHELL=/bin/bash"
  134.                 --env "HOME=/home/deck"
  135.                 --volume /:/run/host:rslave
  136.                 --volume /dev:/dev:rslave
  137.                 --volume /sys:/sys:rslave
  138.                 --volume /tmp:/tmp:rslave
  139.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  140.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  141.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  142.                 --volume "/home/deck":"/home/deck":rslave
  143.                         --volume /var/log/journal
  144.                                 --volume /nix:/nix
  145.                         --volume /run/user/1000:/run/user/1000:rslave'
  146. ++ result_command='podman --log-level debug create
  147.                 --hostname "kali.steamdeck"
  148.                 --ipc host
  149.                 --name "kali"
  150.                 --network host
  151.                 --privileged
  152.                 --security-opt label=disable
  153.                 --user root:root
  154.                         --pid host
  155.                 --label "manager=distrobox"
  156.                 --env "SHELL=/bin/bash"
  157.                 --env "HOME=/home/deck"
  158.                 --volume /:/run/host:rslave
  159.                 --volume /dev:/dev:rslave
  160.                 --volume /sys:/sys:rslave
  161.                 --volume /tmp:/tmp:rslave
  162.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  163.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  164.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  165.                 --volume "/home/deck":"/home/deck":rslave
  166.                         --volume /var/log/journal
  167.                                 --volume /nix:/nix
  168.                         --volume /run/user/1000:/run/user/1000:rslave
  169.                 --volume /etc/hosts:/etc/hosts:ro
  170.                 --volume /etc/localtime:/etc/localtime:ro
  171.                 --volume /etc/resolv.conf:/etc/resolv.conf:ro'
  172. ++ '[' -z ' --log-level debug' ']'
  173. ++ result_command='podman --log-level debug create
  174.                 --hostname "kali.steamdeck"
  175.                 --ipc host
  176.                 --name "kali"
  177.                 --network host
  178.                 --privileged
  179.                 --security-opt label=disable
  180.                 --user root:root
  181.                         --pid host
  182.                 --label "manager=distrobox"
  183.                 --env "SHELL=/bin/bash"
  184.                 --env "HOME=/home/deck"
  185.                 --volume /:/run/host:rslave
  186.                 --volume /dev:/dev:rslave
  187.                 --volume /sys:/sys:rslave
  188.                 --volume /tmp:/tmp:rslave
  189.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  190.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  191.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  192.                 --volume "/home/deck":"/home/deck":rslave
  193.                         --volume /var/log/journal
  194.                                 --volume /nix:/nix
  195.                         --volume /run/user/1000:/run/user/1000:rslave
  196.                 --volume /etc/hosts:/etc/hosts:ro
  197.                 --volume /etc/localtime:/etc/localtime:ro
  198.                 --volume /etc/resolv.conf:/etc/resolv.conf:ro '
  199. ++ result_command='podman --log-level debug create
  200.                 --hostname "kali.steamdeck"
  201.                 --ipc host
  202.                 --name "kali"
  203.                 --network host
  204.                 --privileged
  205.                 --security-opt label=disable
  206.                 --user root:root
  207.                         --pid host
  208.                 --label "manager=distrobox"
  209.                 --env "SHELL=/bin/bash"
  210.                 --env "HOME=/home/deck"
  211.                 --volume /:/run/host:rslave
  212.                 --volume /dev:/dev:rslave
  213.                 --volume /sys:/sys:rslave
  214.                 --volume /tmp:/tmp:rslave
  215.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  216.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  217.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  218.                 --volume "/home/deck":"/home/deck":rslave
  219.                         --volume /var/log/journal
  220.                                 --volume /nix:/nix
  221.                         --volume /run/user/1000:/run/user/1000:rslave
  222.                 --volume /etc/hosts:/etc/hosts:ro
  223.                 --volume /etc/localtime:/etc/localtime:ro
  224.                 --volume /etc/resolv.conf:/etc/resolv.conf:ro  --entrypoint /usr/bin/entrypoint
  225.         kali-rolling -v --name "deck"
  226.                 --user 1000
  227.                 --group 1000
  228.                 --home "/home/deck"
  229.                 --init "0"
  230.                 --pre-init-hooks ""
  231.                 -- '\'''\''
  232.                 '
  233. ++ printf %s 'podman --log-level debug create
  234.                 --hostname "kali.steamdeck"
  235.                 --ipc host
  236.                 --name "kali"
  237.                 --network host
  238.                 --privileged
  239.                 --security-opt label=disable
  240.                 --user root:root
  241.                         --pid host
  242.                 --label "manager=distrobox"
  243.                 --env "SHELL=/bin/bash"
  244.                 --env "HOME=/home/deck"
  245.                 --volume /:/run/host:rslave
  246.                 --volume /dev:/dev:rslave
  247.                 --volume /sys:/sys:rslave
  248.                 --volume /tmp:/tmp:rslave
  249.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  250.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  251.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  252.                 --volume "/home/deck":"/home/deck":rslave
  253.                         --volume /var/log/journal
  254.                                 --volume /nix:/nix
  255.                         --volume /run/user/1000:/run/user/1000:rslave
  256.                 --volume /etc/hosts:/etc/hosts:ro
  257.                 --volume /etc/localtime:/etc/localtime:ro
  258.                 --volume /etc/resolv.conf:/etc/resolv.conf:ro  --entrypoint /usr/bin/entrypoint
  259.         kali-rolling -v --name "deck"
  260.                 --user 1000
  261.                 --group 1000
  262.                 --home "/home/deck"
  263.                 --init "0"
  264.                 --pre-init-hooks ""
  265.                 -- '\'''\''
  266.                 '
  267. + cmd='podman --log-level debug create
  268.                 --hostname "kali.steamdeck"
  269.                 --ipc host
  270.                 --name "kali"
  271.                 --network host
  272.                 --privileged
  273.                 --security-opt label=disable
  274.                 --user root:root
  275.                         --pid host
  276.                 --label "manager=distrobox"
  277.                 --env "SHELL=/bin/bash"
  278.                 --env "HOME=/home/deck"
  279.                 --volume /:/run/host:rslave
  280.                 --volume /dev:/dev:rslave
  281.                 --volume /sys:/sys:rslave
  282.                 --volume /tmp:/tmp:rslave
  283.                 --volume "/usr/bin/distrobox-init":/usr/bin/entrypoint:ro
  284.                 --volume "/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro
  285.                 --volume "/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro
  286.                 --volume "/home/deck":"/home/deck":rslave
  287.                         --volume /var/log/journal
  288.                                 --volume /nix:/nix
  289.                         --volume /run/user/1000:/run/user/1000:rslave
  290.                 --volume /etc/hosts:/etc/hosts:ro
  291.                 --volume /etc/localtime:/etc/localtime:ro
  292.                 --volume /etc/resolv.conf:/etc/resolv.conf:ro  --entrypoint /usr/bin/entrypoint
  293.         kali-rolling -v --name "deck"
  294.                 --user 1000
  295.                 --group 1000
  296.                 --home "/home/deck"
  297.                 --init "0"
  298.                 --pre-init-hooks ""
  299.                 -- '\'''\''
  300.                 '
  301. + eval podman --log-level debug create --hostname '"kali.steamdeck"' --ipc host --name '"kali"' --network host --privileged --security-opt label=disable --user root:root --pid host --label '"manager=distrobox"' --env '"SHELL=/bin/bash"' --env '"HOME=/home/deck"' --volume /:/run/host:rslave --volume /dev:/dev:rslave --volume /sys:/sys:rslave --volume /tmp:/tmp:rslave --volume '"/usr/bin/distrobox-init":/usr/bin/entrypoint:ro' --volume '"/usr/bin/distrobox-export":/usr/bin/distrobox-export:ro' --volume '"/usr/bin/distrobox-host-exec":/usr/bin/distrobox-host-exec:ro' --volume '"/home/deck":"/home/deck":rslave' --volume /var/log/journal --volume /nix:/nix --volume /run/user/1000:/run/user/1000:rslave --volume /etc/hosts:/etc/hosts:ro --volume /etc/localtime:/etc/localtime:ro --volume /etc/resolv.conf:/etc/resolv.conf:ro --entrypoint /usr/bin/entrypoint kali-rolling -v --name '"deck"' --user 1000 --group 1000 --home '"/home/deck"' --init '"0"' --pre-init-hooks '""' -- ''\'''\'''
  302. ++ podman --log-level debug create --hostname kali.steamdeck --ipc host --name kali --network host --privileged --security-opt label=disable --user root:root --pid host --label manager=distrobox --env SHELL=/bin/bash --env HOME=/home/deck --volume /:/run/host:rslave --volume /dev:/dev:rslave --volume /sys:/sys:rslave --volume /tmp:/tmp:rslave --volume /usr/bin/distrobox-init:/usr/bin/entrypoint:ro --volume /usr/bin/distrobox-export:/usr/bin/distrobox-export:ro --volume /usr/bin/distrobox-host-exec:/usr/bin/distrobox-host-exec:ro --volume /home/deck:/home/deck:rslave --volume /var/log/journal --volume /nix:/nix --volume /run/user/1000:/run/user/1000:rslave --volume /etc/hosts:/etc/hosts:ro --volume /etc/localtime:/etc/localtime:ro --volume /etc/resolv.conf:/etc/resolv.conf:ro --entrypoint /usr/bin/entrypoint kali-rolling -v --name deck --user 1000 --group 1000 --home /home/deck --init 0 --pre-init-hooks '' -- ''
  303. INFO[0000] podman filtering at log level debug          
  304. DEBU[0000] Called create.PersistentPreRunE(podman --log-level debug create --hostname kali.steamdeck --ipc host --name kali --network host --privileged --security-opt label=disable --user root:root --pid host --label manager=distrobox --env SHELL=/bin/bash --env HOME=/home/deck --volume /:/run/host:rslave --volume /dev:/dev:rslave --volume /sys:/sys:rslave --volume /tmp:/tmp:rslave --volume /usr/bin/distrobox-init:/usr/bin/entrypoint:ro --volume /usr/bin/distrobox-export:/usr/bin/distrobox-export:ro --volume /usr/bin/distrobox-host-exec:/usr/bin/distrobox-host-exec:ro --volume /home/deck:/home/deck:rslave --volume /var/log/journal --volume /nix:/nix --volume /run/user/1000:/run/user/1000:rslave --volume /etc/hosts:/etc/hosts:ro --volume /etc/localtime:/etc/localtime:ro --volume /etc/resolv.conf:/etc/resolv.conf:ro --entrypoint /usr/bin/entrypoint kali-rolling -v --name deck --user 1000 --group 1000 --home /home/deck --init 0 --pre-init-hooks  -- )
  305. DEBU[0000] Using conmon: "/usr/bin/conmon"              
  306. DEBU[0000] Initializing boltdb state at /home/deck/.local/share/containers/storage/libpod/bolt_state.db
  307. DEBU[0000] Using graph driver overlay                  
  308. DEBU[0000] Using graph root /home/deck/.local/share/containers/storage
  309. DEBU[0000] Using run root /run/user/1000/containers    
  310. DEBU[0000] Using static dir /home/deck/.local/share/containers/storage/libpod
  311. DEBU[0000] Using tmp dir /run/user/1000/libpod/tmp      
  312. DEBU[0000] Using volume path /home/deck/.local/share/containers/storage/volumes
  313. DEBU[0000] Using transient store: false                
  314. DEBU[0000] [graphdriver] trying provided driver "overlay"
  315. DEBU[0000] overlay: storage already configured with a mount-program
  316. DEBU[0000] backingFs=extfs, projectQuotaSupported=false, useNativeDiff=false, usingMetacopy=false
  317. DEBU[0000] Initializing event backend journald          
  318. DEBU[0000] Configured OCI runtime kata initialization failed: no valid executable found for OCI runtime kata: invalid argument
  319. DEBU[0000] Configured OCI runtime krun initialization failed: no valid executable found for OCI runtime krun: invalid argument
  320. DEBU[0000] Configured OCI runtime ocijail initialization failed: no valid executable found for OCI runtime ocijail: invalid argument
  321. DEBU[0000] Configured OCI runtime crun-wasm initialization failed: no valid executable found for OCI runtime crun-wasm: invalid argument
  322. DEBU[0000] Configured OCI runtime runc initialization failed: no valid executable found for OCI runtime runc: invalid argument
  323. DEBU[0000] Configured OCI runtime runj initialization failed: no valid executable found for OCI runtime runj: invalid argument
  324. DEBU[0000] Configured OCI runtime runsc initialization failed: no valid executable found for OCI runtime runsc: invalid argument
  325. DEBU[0000] Configured OCI runtime youki initialization failed: no valid executable found for OCI runtime youki: invalid argument
  326. DEBU[0000] Using OCI runtime "/usr/bin/crun"            
  327. INFO[0000] Setting parallel job count to 25            
  328. DEBU[0000] Successfully loaded 1 networks              
  329. DEBU[0000] Pulling image kali-rolling (policy: missing)
  330. DEBU[0000] Looking up image "kali-rolling" in local containers storage
  331. DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
  332. DEBU[0000] Loading registries configuration "/etc/containers/registries.conf"
  333. DEBU[0000] Loading registries configuration "/etc/containers/registries.conf.d/00-shortnames.conf"
  334. DEBU[0000] Trying "docker.io/kalilinux/kali-rolling:latest" ...
  335. DEBU[0000] parsed reference into "[overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  336. DEBU[0000] Found image "kali-rolling" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage
  337. DEBU[0000] Found image "kali-rolling" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage ([overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9)
  338. DEBU[0000] exporting opaque data as blob "sha256:58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  339. DEBU[0000] Looking up image "docker.io/kalilinux/kali-rolling:latest" in local containers storage
  340. DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
  341. DEBU[0000] Trying "docker.io/kalilinux/kali-rolling:latest" ...
  342. DEBU[0000] parsed reference into "[overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  343. DEBU[0000] Found image "docker.io/kalilinux/kali-rolling:latest" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage
  344. DEBU[0000] Found image "docker.io/kalilinux/kali-rolling:latest" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage ([overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9)
  345. DEBU[0000] exporting opaque data as blob "sha256:58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  346. DEBU[0000] User mount /:/run/host options [rslave]      
  347. DEBU[0000] User mount /dev:/dev options [rslave]        
  348. DEBU[0000] User mount /sys:/sys options [rslave]        
  349. DEBU[0000] User mount /tmp:/tmp options [rslave]        
  350. DEBU[0000] User mount /usr/bin/distrobox-init:/usr/bin/entrypoint options [ro]
  351. DEBU[0000] User mount /usr/bin/distrobox-export:/usr/bin/distrobox-export options [ro]
  352. DEBU[0000] User mount /usr/bin/distrobox-host-exec:/usr/bin/distrobox-host-exec options [ro]
  353. DEBU[0000] User mount /home/deck:/home/deck options [rslave]
  354. DEBU[0000] User mount :/var/log/journal options []      
  355. DEBU[0000] User mount /nix:/nix options []              
  356. DEBU[0000] User mount /run/user/1000:/run/user/1000 options [rslave]
  357. DEBU[0000] User mount /etc/hosts:/etc/hosts options [ro]
  358. DEBU[0000] User mount /etc/localtime:/etc/localtime options [ro]
  359. DEBU[0000] User mount /etc/resolv.conf:/etc/resolv.conf options [ro]
  360. DEBU[0000] Looking up image "kali-rolling" in local containers storage
  361. DEBU[0000] Normalized platform linux/amd64 to {amd64 linux  [] }
  362. DEBU[0000] Trying "docker.io/kalilinux/kali-rolling:latest" ...
  363. DEBU[0000] parsed reference into "[overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  364. DEBU[0000] Found image "kali-rolling" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage
  365. DEBU[0000] Found image "kali-rolling" as "docker.io/kalilinux/kali-rolling:latest" in local containers storage ([overlay@/home/deck/.local/share/containers/storage+/run/user/1000/containers]@58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9)
  366. DEBU[0000] exporting opaque data as blob "sha256:58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  367. DEBU[0000] Inspecting image 58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9
  368. DEBU[0000] exporting opaque data as blob "sha256:58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  369. DEBU[0000] exporting opaque data as blob "sha256:58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9"
  370. DEBU[0000] Inspecting image 58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9
  371. DEBU[0000] Inspecting image 58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9
  372. DEBU[0000] Inspecting image 58d655cdc11460e802de0c90a6fe3a8b6769e3e2dff3a85615b3aefa33eb8ca9
  373. DEBU[0000] using systemd mode: false                    
  374. DEBU[0000] setting container name kali                  
  375. DEBU[0000] Loading seccomp profile from "/etc/containers/seccomp.json"
  376. INFO[0000] Sysctl net.ipv4.ping_group_range=0 0 ignored in containers.conf, since Network Namespace set to host
  377. DEBU[0000] Adding mount /sys/fs/cgroup                  
  378. DEBU[0000] Adding mount /proc