1
0
Fork 0
mirror of synced 2024-05-18 11:23:42 +12:00

Add docs links to dockerfile

This commit is contained in:
Nick Sweeting 2019-02-28 14:04:37 -05:00 committed by GitHub
parent 3e6bcb3b39
commit 0245a565bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
LABEL maintainer="Nick Sweeting <archivebox-git@sweeting.me>"