1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-31 02:00:05 +02:00

Updated Docker (markdown)

Nick Sweeting
2019-02-12 20:02:22 -05:00
parent 69893821a5
commit 5849093e0d

@@ -45,7 +45,7 @@ docker volume create archivebox-data
To add a list of pages via URL of a feed.
```bash
docker run -v archivebox-data:/data archivebox 'https://example.com/some/rss/feed.xml'
docker run -v archivebox-data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
```
To add a single link or a list of links from a file, pipe them in via stdin.