Podman an alternative to Docker Desktop on MacOS
This is a fork of @kaaquist original gist. Thanks for sharing!
Getting podman installed and started is super easy.
Just use brew to install it.
> brew install podman
Podman an alternative to Docker Desktop on MacOS
This is a fork of @kaaquist original gist. Thanks for sharing!
Getting podman installed and started is super easy.
Just use brew to install it.
> brew install podman
| """ | |
| This hacky-hacky script checks what's the lowest latency IP for a given DNS resource | |
| """ | |
| import subprocess | |
| COUNT = "3" | |
| res = [] | |
| hostname = "MY.DNSDOMAIN.COM" |