Skip to content

Commit 2523e90

Browse files
committed
mention base image in docs
1 parent 07d1b93 commit 2523e90

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/tutorials/setup-hcloud-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ If you want to use (and persist) your configuration, you can mount it to `/confi
6666
docker run --rm -v ~/.config/hcloud/cli.toml:/config.toml hetznercloud/cli:latest <command>
6767
```
6868

69+
The image is based on Alpine Linux, so a shell is available in the image. You can use it to run commands interactively:
70+
71+
```bash
72+
docker run -it --rm --entrypoint /bin/sh hetznercloud/cli:latest
73+
```
74+
6975
---
7076

7177
> [!WARNING]

0 commit comments

Comments
 (0)