Skip to content

Commit

Permalink
Merge pull request #113 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Improve README
  • Loading branch information
andyone authored Mar 22, 2023
2 parents 78ef233 + bdc99ed commit dacc998
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ You can download prebuilt binaries for Linux and macOS from [EK Apps Repository]
bash <(curl -fsSL https://apps.kaos.st/get) sslcli
```

#### Docker Image
#### Container Image

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):
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):

```bash
podman pull ghcr.io/essentialkaos/sslcli:latest
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
# or
docker pull ghcr.io/essentialkaos/sslcli:latest
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
```
Expand Down

0 comments on commit dacc998

Please sign in to comment.