Skip to content

Commit d1d70c0

Browse files
authored
docs: add instructions for docker (#310)
1 parent 853b3d4 commit d1d70c0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,14 @@ to control your resources from the command line or any compatible interface.
7070
go install github.com/UpCloudLtd/upcloud-cli/v3/...@latest
7171
```
7272

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+
7381
---
7482

7583
After installing `upctl`, you can run `upctl version` command to verify that the tool was installed successfully.

0 commit comments

Comments
 (0)