Skip to content

Commit a7a2557

Browse files
Merge pull request #10 from adampweb/master
Using ghcr.io for pulling Docker image
2 parents 23cc3d6 + 01fa1f8 commit a7a2557

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ docker build -t wayback_machine_downloader .
6262
docker run -it --rm wayback_machine_downloader [options] URL
6363
```
6464

65+
or the example without cloning the repo - fetching smallrockets.com until the year 2013:
66+
67+
```bash
68+
docker run -v .:/websites ghcr.io/strawberrymaster/wayback-machine-downloader:master wayback_machine_downloader --to 20130101 smallrockets.com
69+
```
70+
6571
### 🐳 Using Docker Compose
6672

6773
We can also use it with Docker Compose, which provides a lot of benefits for extending more functionalities (such as implementing storing previous downloads in a database):

0 commit comments

Comments
 (0)