diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-10-03 23:36:01 +0200 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-10-03 23:36:01 +0200 |
commit | 432ed8b122ce2ab40e2dacc11144a8835078d66f (patch) | |
tree | 688843146575faa5946611f9975b1be1c08af70d /files/.config/distrobox | |
parent | c7c66c55061df867c7af05c6c82ccbe6f498c330 (diff) | |
download | dotfiles-432ed8b122ce2ab40e2dacc11144a8835078d66f.tar.gz dotfiles-432ed8b122ce2ab40e2dacc11144a8835078d66f.zip |
Add distrobox configuration.
Diffstat (limited to 'files/.config/distrobox')
-rw-r--r-- | files/.config/distrobox/distrobox.conf | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
1 | container_always_pull="1" | ||
2 | container_generate_entry=0 | ||
3 | container_manager="docker" | ||
4 | container_image_default="registry.opensuse.org/opensuse/toolbox:latest" | ||
5 | container_name_default="test-name-1" | ||
6 | container_user_custom_home="$HOME/.local/share/container-home-test" | ||
7 | # container_init_hook="~/.local/distrobox/a_custom_default_init_hook.sh" | ||
8 | # container_pre_init_hook="~/a_custom_default_pre_init_hook.sh" | ||
9 | non_interactive="1" | ||
10 | skip_workdir="0" \ No newline at end of file | ||