mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 11:35:59 +02:00
Merge pull request #343 from MartinMSPedersen/documentation_fix
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
# - ArchiveBox
|
||||
# Usage:
|
||||
# docker build github.com/pirate/ArchiveBox -t archivebox
|
||||
# echo 'https://example.com' | docker run -i --mount type=bind,source=./data,target=/data archivebox /bin/archive
|
||||
# docker run --mount type=bind,source=./data,target=/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
|
||||
# echo 'https://example.com' | docker run -i -v ./data:/data archivebox /bin/archive
|
||||
# docker run -v ./data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
|
||||
# Documentation:
|
||||
# https://github.com/pirate/ArchiveBox/wiki/Docker#docker
|
||||
|
||||
|
Reference in New Issue
Block a user