You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version of `sslcli` also available as [Docker image](https://hub.docker.com/r/essentialkaos/sslcli).
50
+
The latest version of `sslcli` also available as Docker image on [Docker Hub](https://kaos.sh/d/sslcli) and [GitHub Container Registry](https://kaos.sh/p/sslcli):
57
51
58
52
```bash
59
53
docker pull essentialkaos/sslcli
60
-
docker run --rm -it essentialkaos/sslcli:latest host…
54
+
docker run --rm -it essentialkaos/sslcli:latest mydomain.com
55
+
```
56
+
57
+
or
58
+
59
+
```bash
60
+
docker pull ghcr.io/essentialkaos/sslcli:latest
61
+
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
0 commit comments