Skip to content

Commit 334f214

Browse files
documentation: dgoss on mac needs DGOSS_TEMP_DIR (#873)
Co-authored-by: Ahmed Elsabbahy <[email protected]>
1 parent 794ae12 commit 334f214

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: extras/dgoss/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ curl -L https://github.com/goss-org/goss/releases/download/v0.3.6/goss-linux-amd
2929
# Set your GOSS_PATH to the above location
3030
export GOSS_PATH=~/Downloads/goss-linux-amd64
3131

32+
# 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+
3235
# Use dgoss
3336
dgoss edit ...
3437
dgoss run ...
@@ -131,4 +134,4 @@ Location of the temporary directory used by dgoss. (Default `'$(mktemp -d /tmp/t
131134

132135
#### CONTAINER_RUNTIME
133136

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

Comments
 (0)