请问podman如何修改端口啊

我安装了青龙镜像,想修改端口的时候发现跟网上教程所给的文件不一样,docker --version发现是
Emulate Docker CLI using podman. Create /etc/containers/nodocker to quiet msg.
podman version 3.3.1
还是没有找到在哪里修改端口,原来的5700被刷了

什么意思??? 容易运行,如果将容器运行的端口映射到宿主机,加 -p 参数的,,至于容器内部的端口侦听,是容器制作时制定的。


至于配置文件,在3个位置
The Podman configuration files for root reside in /usr/share/containers with overrides in /etc/containers. In the rootless environment they reside in ${XDG_CONFIG_HOME}/containers (usually ~/.config/containers) and are owned by each individual user.
可参考官网:https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md