mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-20 05:11:40 +02:00
Added standalone dockerfile instructions
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# This is the Dockerfile for ArchiveBox, it bundles the following dependencies:
|
# This is the Dockerfile for ArchiveBox, it bundles the following dependencies:
|
||||||
# python3, ArchiveBox, curl, wget, git, chromium, youtube-dl, single-file
|
# python3, ArchiveBox, curl, wget, git, chromium, youtube-dl, single-file
|
||||||
# Usage:
|
# Usage:
|
||||||
|
# git submodule update --init --recursive
|
||||||
|
# git pull --recurse-submodules
|
||||||
# docker build . -t archivebox --no-cache
|
# docker build . -t archivebox --no-cache
|
||||||
# docker run -v "$PWD/data":/data archivebox init
|
# docker run -v "$PWD/data":/data archivebox init
|
||||||
# docker run -v "$PWD/data":/data archivebox add 'https://example.com'
|
# docker run -v "$PWD/data":/data archivebox add 'https://example.com'
|
||||||
|
Reference in New Issue
Block a user