Docker常见指令

制作镜像 docker build -t test:0.1 . 运行 docker run -it --rm test:0.1

  • 1 / 1(current)