mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 23:36:22 +02:00
Add docs links to dockerfile
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,3 +1,13 @@
|
|||||||
|
# This Dockerfile for ArchiveBox installs the following in a container:
|
||||||
|
# - curl, wget, python3, youtube-dl, google-chrome-unstable
|
||||||
|
# - ArchiveBox
|
||||||
|
# Usage:
|
||||||
|
# docker build github.com/pirate/ArchiveBox -t archivebox
|
||||||
|
# echo 'https://example.com' | docker run -i --mount type=bind,source=./data,target=/data archivebox /bin/archive
|
||||||
|
# docker run --mount type=bind,source=./data,target=/data archivebox /bin/archive 'https://example.com/some/rss/feed.xml'
|
||||||
|
# Documentation:
|
||||||
|
# https://github.com/pirate/ArchiveBox/wiki/Docker#docker
|
||||||
|
|
||||||
FROM node:11-slim
|
FROM node:11-slim
|
||||||
LABEL maintainer="Nick Sweeting <archivebox-git@sweeting.me>"
|
LABEL maintainer="Nick Sweeting <archivebox-git@sweeting.me>"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user