We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b458000 commit 610b1fcCopy full SHA for 610b1fc
README.md
@@ -24,6 +24,14 @@ Git repositories receive commits and that's about it. It also provides a way of
24
curl -s https://raw.githubusercontent.com/Southclaws/wadsworth/master/install.sh | bash
25
```
26
27
+Or via Docker:
28
+
29
+```sh
30
+docker pull southclaws/wadsworth:v1
31
+```
32
33
+See the docker section below and the image on [Docker Hub](https://hub.docker.com/r/southclaws/wadsworth).
34
35
### Everything Else
36
37
It's primarily a server side tool aimed at Linux servers, so there aren't any install scripts for other platforms. Most
0 commit comments