Skip to content

Commit dacc998

Browse files
authored
Merge pull request #113 from essentialkaos/develop
Improve README
2 parents 78ef233 + bdc99ed commit dacc998

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,14 @@ You can download prebuilt binaries for Linux and macOS from [EK Apps Repository]
4545
bash <(curl -fsSL https://apps.kaos.st/get) sslcli
4646
```
4747

48-
#### Docker Image
48+
#### Container Image
4949

50-
The latest version of `sslcli` also available as Docker image on [GitHub Container Registry](https://kaos.sh/p/sslcli) and [Docker Hub](https://kaos.sh/d/sslcli):
50+
The latest version of `sslcli` also available as container image on [GitHub Container Registry](https://kaos.sh/p/sslcli) and [Docker Hub](https://kaos.sh/d/sslcli):
5151

5252
```bash
53+
podman pull ghcr.io/essentialkaos/sslcli:latest
54+
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
55+
# or
5356
docker pull ghcr.io/essentialkaos/sslcli:latest
5457
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
5558
```

0 commit comments

Comments
 (0)