-
Notifications
You must be signed in to change notification settings - Fork 358
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
Add to documentation on running with Docker #480
Comments
I don't think you need to do steps 2 and 5. They happen automatically when you first do |
Oh, never mind. I didn't have to do those steps because I manually created a config file. |
I had to tweak this example to get this to work on Windows Docker CE. Note I've added the
|
One other thing: I was running a test against "127.0.0.1" which is inaccessible from the container. I used "host.docker.internal" instead, and wraith was able to access my local instance. Read here for more information. |
As noted in issue #388 the documentation on running Wraith using Docker isn't sufficient for people unfamiliar with Docker run commands or Wraith. I couldn't find a public repo for that doc site. Here are some suggestions for updates to the instructions:
docker pull bbcnews/wraith
pwd
command above to insert into the alias:alias docker-wraith="docker run -P -v /replace/with/output/from/pwd:/wraithy -w='/wraithy' bbcnews/wraith"
docker-wraith setup
docker-wraith capture configs/capture.yaml
The text was updated successfully, but these errors were encountered: