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 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):
51
51
52
52
```bash
53
+
podman pull ghcr.io/essentialkaos/sslcli:latest
54
+
podman run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
55
+
# or
53
56
docker pull ghcr.io/essentialkaos/sslcli:latest
54
57
docker run --rm -it ghcr.io/essentialkaos/sslcli:latest mydomain.com
0 commit comments