Skip to content
Snippets Groups Projects
Commit 8a1a9d0d authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-823: Use /tmp as default scratch, which is more of a system directory than HOME

parent 9ef0daa9
No related branches found
No related tags found
1 merge request!363L2SS-823: Add scratch directory to interactive containers
...@@ -13,7 +13,7 @@ ATTACH_COMPOSE_FILE_ARGS := $(foreach yml,$(filter-out tango.yml,$(COMPOSE_FILES ...@@ -13,7 +13,7 @@ ATTACH_COMPOSE_FILE_ARGS := $(foreach yml,$(filter-out tango.yml,$(COMPOSE_FILES
# But we allow to overwrite it. # But we allow to overwrite it.
NETWORK_MODE ?= tangonet NETWORK_MODE ?= tangonet
SCRATCH ?= $(HOME) SCRATCH ?= /tmp
# Host name through which others can reach our control interfaces. # Host name through which others can reach our control interfaces.
# Needs to be resolvable from the containers and clients. # Needs to be resolvable from the containers and clients.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment