podman
安装
sh
brew install podman
初始化
sh
podman machine init
podman machine start
操作
sh
podman pull mysql
podman run ... # 跟docker一样