Skip to content

Commit

Permalink
Update usage.rst Docker examples (#816)
Browse files Browse the repository at this point in the history
  • Loading branch information
aponb authored Feb 20, 2023
1 parent 5c427b9 commit 81b6a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ add the WARC to a new collection and start pywb:
docker pull webrecorder/pywb
docker run -e INIT_COLLECTION=my-web-archive -v /pywb-data:/webarchive \
-v /path/to:/source webrecorder/pywb wb-manager add default /path/to/my_warc.warc.gz
docker run -p 8080:8080 -v /pywb-data/:/webarchive wayback
-v /path/to:/source webrecorder/pywb wb-manager add my-web-archive /source/my_warc.warc.gz
docker run -p 8080:8080 -v /pywb-data/:/webarchive webrecorder/pywb wayback
This example is equivalent to the non-Docker example above.

Expand Down

0 comments on commit 81b6a57

Please sign in to comment.