From a59b6f174e128cdd76f265460235406a702cf38b Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Sat, 24 Aug 2019 13:04:07 +0200 Subject: [PATCH] replace mention of dgoss with dcgoss Signed-off-by: Felix Bartels --- extras/dcgoss/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/extras/dcgoss/README.md b/extras/dcgoss/README.md index 1b5d3894a..986c0b561 100644 --- a/extras/dcgoss/README.md +++ b/extras/dcgoss/README.md @@ -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] ` +`dcgoss [run|edit] ` ### Run @@ -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) @@ -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: `''`).