Added standalone dockerfile instructions
This commit is contained in:
parent
03eb7e5875
commit
cc56785695
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# This is the Dockerfile for ArchiveBox, it bundles the following dependencies:
|
||||
# python3, ArchiveBox, curl, wget, git, chromium, youtube-dl, single-file
|
||||
# Usage:
|
||||
# git submodule update --init --recursive
|
||||
# git pull --recurse-submodules
|
||||
# docker build . -t archivebox --no-cache
|
||||
# docker run -v "$PWD/data":/data archivebox init
|
||||
# docker run -v "$PWD/data":/data archivebox add 'https://example.com'
|
||||
|
|
Loading…
Reference in a new issue