Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dex
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
dex
Commits
cb6a4182
Commit
cb6a4182
authored
Dec 15, 2015
by
Brian Waldon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix invocation of docker in dev guide
parent
bf13c3bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dev-guide.md
Documentation/dev-guide.md
+2
-2
No files found.
Documentation/dev-guide.md
View file @
cb6a4182
...
@@ -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
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment