You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set DGOSS_TEMP_DIR to the tmp directory in your home, since /tmp is private on Mac OSX
33
+
export DGOSS_TEMP_DIR=~/tmp
34
+
32
35
# Use dgoss
33
36
dgoss edit ...
34
37
dgoss run ...
@@ -131,4 +134,4 @@ Location of the temporary directory used by dgoss. (Default `'$(mktemp -d /tmp/t
131
134
132
135
#### CONTAINER_RUNTIME
133
136
134
-
Container runtime to use - `docker` or `podman`. Defaults to `docker`. Note that `podman` requires a run command to keep the container running. This defaults to `sleep infinity` in case only an image is passed to `dgoss` commands.
137
+
Container runtime to use - `docker` or `podman`. Defaults to `docker`. Note that `podman` requires a run command to keep the container running. This defaults to `sleep infinity` in case only an image is passed to `dgoss` commands.
0 commit comments