diff --git a/docker/Dockerfile b/docker/Dockerfile new file mode 100644 index 0000000..e4f5714 --- /dev/null +++ b/docker/Dockerfile @@ -0,0 +1,3 @@ +FROM ruby:2.1 +RUN gem install wayback_machine_downloader +ENTRYPOINT [ "/usr/local/bundle/bin/wayback_machine_downloader" ] diff --git a/docker/README.md b/docker/README.md new file mode 100644 index 0000000..3f1db48 --- /dev/null +++ b/docker/README.md @@ -0,0 +1,6 @@ +Usage: +docker run --rm -it -v $PWD/websites:/websites themonkeyz/wayback_machine_downloader http://old_website.com + +Saves the websites in their own subdirectories in the websites directory in the current working directory. + +See main README for more details.