podman pod 使用

创建pod

podman pod create -n dev -p 3306:3306 -p 8080:80

容器加入

podman run -d --name phpdev --pod dev phpdev:7.3

此处评论已关闭