Skip to content

Commit

Permalink
documentation: dgoss on mac needs DGOSS_TEMP_DIR (#873)
Browse files Browse the repository at this point in the history
Co-authored-by: Ahmed Elsabbahy <[email protected]>
  • Loading branch information
rasschaert and aelsabbahy authored May 16, 2024
1 parent 794ae12 commit 334f214
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extras/dgoss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ curl -L https://github.com/goss-org/goss/releases/download/v0.3.6/goss-linux-amd
# Set your GOSS_PATH to the above location
export GOSS_PATH=~/Downloads/goss-linux-amd64

# Set DGOSS_TEMP_DIR to the tmp directory in your home, since /tmp is private on Mac OSX
export DGOSS_TEMP_DIR=~/tmp

# Use dgoss
dgoss edit ...
dgoss run ...
Expand Down Expand Up @@ -131,4 +134,4 @@ Location of the temporary directory used by dgoss. (Default `'$(mktemp -d /tmp/t

#### CONTAINER_RUNTIME

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.
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 comments on commit 334f214

Please sign in to comment.