From aa771eff0a0647f41b45986ed4ba93d0432bda3b Mon Sep 17 00:00:00 2001 From: Michal Stolarczyk Date: Sun, 20 Oct 2024 07:38:06 -0400 Subject: [PATCH] add /tmp to volumes the documentation states that /tmp and $HOME are included by default in the volumes when bulker is used without custom config file: https://bulker.databio.org/en/latest/install/. This adds the /tmp dir so that the default config matches the documentation. --- bulker/templates/bulker_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulker/templates/bulker_config.yaml b/bulker/templates/bulker_config.yaml index 533adb6..a5327a8 100644 --- a/bulker/templates/bulker_config.yaml +++ b/bulker/templates/bulker_config.yaml @@ -1,5 +1,5 @@ bulker: - volumes: ['$HOME'] + volumes: ['$HOME', '/tmp'] envvars: ['DISPLAY'] registry_url: http://hub.bulker.io/ shell_path: ${SHELL}