1
0
Fork 0
mirror of synced 2024-06-22 04:10:30 +12:00

change to volume mount style

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

View file

@ -4,7 +4,7 @@
# 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
# docker run --mount type=bind,source=$PWD/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:
# https://github.com/pirate/ArchiveBox/wiki/Docker#docker