mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-29 05:55:28 -04:00
change to volume mount style
This commit is contained in:
parent
930688820b
commit
6c4c6862e2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
# - ArchiveBox
|
||||
# Usage:
|
||||
# docker build github.com/pirate/ArchiveBox -t archivebox
|
||||
# echo 'https://example.com' | docker run -i --mount type=bind,source=$PWD/data,target=/data archivebox /bin/archive
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue