We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853b3d4 commit d1d70c0Copy full SHA for d1d70c0
1 file changed
docs/index.md
@@ -70,6 +70,14 @@ to control your resources from the command line or any compatible interface.
70
go install github.com/UpCloudLtd/upcloud-cli/v3/...@latest
71
```
72
73
+=== "Docker"
74
+
75
+ Pull the latest build from GHCR by running:
76
77
+ ```sh
78
+ docker pull ghcr.io/upcloudltd/upctl:latest
79
+ ```
80
81
---
82
83
After installing `upctl`, you can run `upctl version` command to verify that the tool was installed successfully.
0 commit comments