change to volume mount style

This commit is contained in:
Nick Sweeting 2020-05-18 16:55:39 -04:00 committed by GitHub
parent 930688820b
commit 6c4c6862e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
# - 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=$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' # 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