We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3e8d07 commit 213faa2Copy full SHA for 213faa2
README.md
@@ -41,3 +41,10 @@ secrets:
41
* `--with-registry-auth, -a` Send registry authentication details to Swarm agents.
42
* `--prune, -p` Prune services that are no longer referenced.
43
* `--host, -H` Daemon socket(s) to connect to.
44
+
45
+## Installation
46
47
+```sh
48
+docker run --rm -v "$PWD":/go/bin golang:1.14 /bin/bash -c "go get github.com/matemoln/docker-deploy"
49
+sudo mv docker-deploy /usr/local/bin
50
+```
0 commit comments