1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
| podman run ubi8-micro date
podman run --rm -v c:\Users\User\myfolder:/myfolder ubi8-micro ls /myfolder
podman search nginx podman search nginx --filter=is-official podman list podman images podman ps podman run --rm -d -p 6666:80 --name httpd docker.io/library/httpd curl http://localhost:6666/ -UseBasicParsing podman stop 9127a5deb81c
podman pull nginx podman run --rm -d -p 6666:80 nginx curl http://localhost:6666/ <a href="[/images/license/keymgr.jar](https://www.cnblogs.com/hanfan/p/17318348.html)" target="_blank">使用参考</a>
|