1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-01 18:32:40 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-02-26 20:13:24 -05:00
parent c37098f53c
commit 80c7f6759c

@@ -48,7 +48,7 @@ You can also mount a local directory in later steps instead of using a named Doc
### Usage
To add a list of pages via URL of a feed. (this does not archive the specified url, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add)
To add a list of pages via URL of a feed. Passing a URL as an argument does not archive the specified url, it downloads it and archives the links *inside* of it, so only use it for RSS feeds or other *lists of links* you want to add.
```bash
docker run -v archivebox-data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
```