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:18:47 -05:00
parent 07a238ecfb
commit 6374717898

@@ -59,7 +59,7 @@ cat bookmarks.html | docker run -i -v archivebox-data:/data archivebox /bin/arch
Add a list of pages via feed URL or path. Passing a URL as an argument here 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 an individual link use the instruction above and pass via stdin instead of by argument. Add a list of pages via feed URL or path. Passing a URL as an argument here 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 an individual link use the instruction above and pass via stdin instead of by argument.
```bash ```bash
docker run -v archivebox-data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml' docker run -v archivebox-data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
`` ```
### Accessing the data ### Accessing the data
If you used the named docker volume `archivebox-data` as shown in the examples above, you can access the data here: If you used the named docker volume `archivebox-data` as shown in the examples above, you can access the data here: