摘要: docker run -ti 3f5dd697cc83 /bin/bash #进入image的目录 ls -l #列出所有目录 dotnet run WestWin.Ads.Crawler.WebApi.dll #运行 exit #推出 docker logs d1b5e619e747 #print log for container:d1b5e... 阅读全文
posted @ 2018-04-09 19:37 PanPan003 阅读(1581) 评论(0) 推荐(0)
摘要: docker save Estimated reading time: 1 minute Description Save one or more images to a tar archive (streamed to STDOUT by default) Usage Options Parent 阅读全文
posted @ 2018-04-09 17:57 PanPan003 阅读(1316) 评论(0) 推荐(0)