Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

server.md: Remove comment from example #539

Merged
merged 1 commit into from May 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/server.md
Expand Up @@ -34,7 +34,7 @@ docker run --rm \
-p 23042:23042 \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD:$PWD \
--privileged \ # this flag may be required on some systems
--privileged \
orlangure/gnomock
```

Expand All @@ -45,6 +45,8 @@ can use any port you like, just make sure to configure the client properly.
with the docker engine running on host. Without it `gnomock` can't access
docker.

`--privileged` may be required on some systems.

If you use any file-related `gnomock` options, like `WithQueriesFile`, you have
to make the path you use available inside the container:

Expand Down