Skip to content

Instantly share code, notes, and snippets.

View luizanao's full-sized avatar

LF Marques luizanao

View GitHub Profile
@luizanao
luizanao / podman_macos.md
Last active January 26, 2022 13:43 — forked from kaaquist/podman_macos.md
Podman with docker-compose on MacOS.

Podman with docker-compose on MacOS.

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"