Commit cb6a4182 authored by Brian Waldon's avatar Brian Waldon

docs: fix invocation of docker in dev guide

parent bf13c3bc
...@@ -74,8 +74,8 @@ docker run --name dex_postgres -d postgres ...@@ -74,8 +74,8 @@ docker run --name dex_postgres -d postgres
export DEX_TEST_DSN=postgres://postgres@postgres/postgres?sslmode=disable export DEX_TEST_DSN=postgres://postgres@postgres/postgres?sslmode=disable
# Run the test container, linking it to the Postgres container. # Run the test container, linking it to the Postgres container.
DOCKER_LINKS=dex_postgres:postgres DOCKER_ENV=DEX_TEST_DSN ./go-docker ./test-functional docker DOCKER_LINKS=dex_postgres:postgres DOCKER_ENV=DEX_TEST_DSN ./go-docker ./test-functional
# Remove the container after the tests are run. # Remove the container after the tests are run.
rm -f dex_postgres docker rm -f dex_postgres
``` ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment