From 432ed8b122ce2ab40e2dacc11144a8835078d66f Mon Sep 17 00:00:00 2001 From: jdlugosz963 Date: Thu, 3 Oct 2024 23:36:01 +0200 Subject: Add distrobox configuration. --- files/.config/distrobox/distrobox.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 files/.config/distrobox/distrobox.conf (limited to 'files') diff --git a/files/.config/distrobox/distrobox.conf b/files/.config/distrobox/distrobox.conf new file mode 100644 index 0000000..446223c --- /dev/null +++ b/files/.config/distrobox/distrobox.conf @@ -0,0 +1,10 @@ +container_always_pull="1" +container_generate_entry=0 +container_manager="docker" +container_image_default="registry.opensuse.org/opensuse/toolbox:latest" +container_name_default="test-name-1" +container_user_custom_home="$HOME/.local/share/container-home-test" +# container_init_hook="~/.local/distrobox/a_custom_default_init_hook.sh" +# container_pre_init_hook="~/a_custom_default_pre_init_hook.sh" +non_interactive="1" +skip_workdir="0" \ No newline at end of file -- cgit v1.2.3