Created
December 29, 2021 17:04
-
-
Save castrojo/f5d883398283aa2a78b95830af222462 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[jorge@hamilton ~]$ distrobox-create --name ubuntu-20 --image ubuntu:20.04 -v | |
+ '[' -n '' ']' | |
+ '[' -z '' ']' | |
+ '[' -z ubuntu:20.04 ']' | |
+ container_manager=podman | |
+ command -v podman | |
+ '[' 1 -ne 0 ']' | |
+ container_manager='podman --log-level debug' | |
+ '[' -z /var/home/jorge/.local/bin/distrobox-init ']' | |
+ podman --log-level debug inspect --type container ubuntu-20 | |
+ '[' -n '' ']' | |
+ podman --log-level debug inspect --type image ubuntu:20.04 | |
++ generate_command | |
++ result_command='podman --log-level debug create' | |
++ result_command='podman --log-level debug create | |
--hostname ubuntu-20 | |
--ipc host | |
--name ubuntu-20 | |
--network host | |
--pid host | |
--privileged | |
--security-opt label=disable | |
--user root:root' | |
++ '[' -n /var/home/jorge/.local/bin/distrobox-export ']' | |
++ result_command='podman --log-level debug create | |
--hostname ubuntu-20 | |
--ipc host | |
--name ubuntu-20 | |
--network host | |
--pid host | |
--privileged | |
--security-opt label=disable | |
--user root:root | |
--volume /var/home/jorge/.local/bin/distrobox-export:/usr/bin/distrobox-export:ro' | |
++ result_command='podman --log-level debug create | |
--hostname ubuntu-20 | |
--ipc host | |
--name ubuntu-20 | |
--network host | |
--pid host | |
--privileged | |
--security-opt label=disable | |
--user root:root | |
--volume /var/home/jorge/.local/bin/distrobox-export:/usr/bin/distrobox-export:ro | |
--volume /var/home/jorge:/var/home/jorge:rslave | |
--volume /var/home/jorge/.local/bin/distrobox-init:/usr/bin/entrypoint:ro | |
--volume /:/run/host:rslave | |
--volume /dev:/dev:rslave | |
--volume /sys:/sys:rslave | |
--volume /tmp:/tmp:rslave' | |
++ '[' -d /var/home/jorge ']' | |
++ result_command='podman --log-level debug create | |
--hostname ubuntu-20 | |
--ipc host | |
--name ubuntu-20 | |
--network host | |
--pid host | |
--privileged | |
--security-opt label=disable | |
--user root:root | |
--volume /var/home/jorge/.local/bin/distrobox-export:/usr/bin/distrobox-export:ro | |
--volume /var/home/jorge:/var/home/jorge:rslave | |
--volume /var/home/jorge/.local/bin/distrobox-init:/usr/bin/entrypoint:ro | |
--volume /:/run/host:rslave | |
--volume /dev:/dev:rslave | |
--volume /sys:/sys:rslave | |
--volume /tmp:/tmp:rslave | |
--volume /var/home/jorge:/var/home/jorge:rslave' | |
++ '[' -d /run/user/1000 ']' | |
++ result_command='podman --log-level debug create | |
--hostname ubuntu-20 | |
--ipc host | |
--name ubuntu-20 | |
--network host | |
--pid host | |
--privileged | |
--security-opt label=disable | |
--user root:root | |
--volume /var/home/jorge/.local/bin/distrobox-export:/usr/bin/distrobox-export:ro | |
--volume /var/home/jorge:/var/home/jorge:rslave | |
--volume /var/home/jorge/.local/bin/distrobox-init:/usr/bin/entrypoint:ro | |
--volume /:/run/host:rslave | |
--volume /dev:/dev:rslave | |
--volume /sys:/sys:rslave | |
--volume /tmp:/tmp:rslave | |
--volume /var/home/jorge:/var/home/jorge:rslave | |
--volume /run/user/1000:/run/user/1000:rslave' | |
+++ find /run -iname '*sock' '!' -path '/run/user/*' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment