10 2020 档案
摘要:import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.client
阅读全文
摘要:1. xxx.jar Dockerfile目录下docker build -t xxx(镜像名) . 点代表当前路径 此时就有镜像了,依靠这个镜像可以启动多个容器 docker images 查看当前镜像 docker ps -a 查看容器 xxx docker sotp [CONTAINER ID
阅读全文