We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c427b9 commit 81b6a57Copy full SHA for 81b6a57
docs/manual/usage.rst
@@ -95,8 +95,8 @@ add the WARC to a new collection and start pywb:
95
96
docker pull webrecorder/pywb
97
docker run -e INIT_COLLECTION=my-web-archive -v /pywb-data:/webarchive \
98
- -v /path/to:/source webrecorder/pywb wb-manager add default /path/to/my_warc.warc.gz
99
- 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
100
101
This example is equivalent to the non-Docker example above.
102
0 commit comments