mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 14:44:29 -04:00
Merge pull request #343 from MartinMSPedersen/documentation_fix
This commit is contained in:
commit
10799e4085
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
||||||
# - ArchiveBox
|
# - ArchiveBox
|
||||||
# Usage:
|
# Usage:
|
||||||
# docker build github.com/pirate/ArchiveBox -t archivebox
|
# 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
|
# echo 'https://example.com' | docker run -i -v ./data:/data archivebox /bin/archive
|
||||||
# docker run --mount type=bind,source=./data,target=/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
|
# docker run -v ./data:/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
|
||||||
# Documentation:
|
# Documentation:
|
||||||
# https://github.com/pirate/ArchiveBox/wiki/Docker#docker
|
# https://github.com/pirate/ArchiveBox/wiki/Docker#docker
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue