Skip to content

Commit 424de8f

Browse files
committed
tcl: Add missing DOCKER_*OPTS env. vars
Add setup for the DOCKER_OPTS and DOCKER_COMMAND_OPTS environment variables. It is important to get these two variables defined in environment when loading module as defined shell aliases rely on these environment variables.
1 parent c481a7a commit 424de8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

shpc/main/modules/templates/docker.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ proc ModulesHelp { } {
3232

3333
}
3434

35+
# Environment
36+
setenv DOCKER_OPTS ""
37+
setenv DOCKER_COMMAND_OPTS ""
38+
3539
# Variables
3640

3741
set name "{{ name }}"

0 commit comments

Comments
 (0)