You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run -it --rm wayback_machine_downloader [options] URL
63
63
```
64
64
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
+
65
71
### 🐳 Using Docker Compose
66
72
67
73
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