Skip to content

Commit

Permalink
replace mention of dgoss with dcgoss
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Bartels <[email protected]>
  • Loading branch information
fbartels committed Nov 11, 2019
1 parent 6487d50 commit a59b6f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions extras/dcgoss/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# dcgoss

dcgoss is a convenience wrapper around goss that aims to bring the simplicity of goss to docker-compose managed containers. It is based on `dgoss`.
dcgoss is a convenience wrapper around goss that aims to bring the simplicity of goss to docker-compose managed containers. It is based on `dcgoss`.

## Usage

`dgoss [run|edit] <docker_run_params>`
`dcgoss [run|edit] <docker_run_params>`


### Run
Expand Down Expand Up @@ -36,7 +36,7 @@ Edit will launch a docker container, install goss, and drop the user into an int
`dcgoss edit db`

### Environment vars and defaults
The following environment variables can be set to change the behavior of dgoss.
The following environment variables can be set to change the behavior of dcgoss.

##### DEBUG
Enables debug output of `dcgoss`. (Default: empty)
Expand Down Expand Up @@ -66,8 +66,8 @@ Location of the goss yaml files. (Default: `.`)

##### GOSS_VARS
The name of the variables file relative to `GOSS_FILES_PATH` to copy into the
docker container and use for valiation (i.e. `dgoss run`) and copy out of the
docker container when writing tests (i.e. `dgoss edit`). If set, the
docker container and use for valiation (i.e. `dcgoss run`) and copy out of the
docker container when writing tests (i.e. `dcgoss edit`). If set, the
`--vars` flag is passed to `goss validate` commands inside the container.
If unset (or empty), the `--vars` flag is omitted, which is the normal behavior.
(Default: `''`).
Expand Down

0 comments on commit a59b6f1

Please sign in to comment.