Docker常见指令

发布时间: 2025-07-12

制作镜像

docker build -t test:0.1  .

运行

docker run -it --rm test:0.1