摘要:
Python之父Guido在最近一次采访的最后说了啥? 在前些天的一次采访中,被问到Python未来发展方向的时候 "原文在infoworld" ,咱们可爱的python老爹Guido是这样说的: One thing I want to point out are the SciPy and Num 阅读全文
摘要:
https://raw.githubusercontent.com/Leo G/DevopsWiki/master/README.md 总结的太好了,直接把md文件贴过来好了!慢慢学习!分享给大家,觉得好就也去 "他github" 点个赞吧! DevopsWiki A wiki of Guides, 阅读全文
摘要:
重启了一下服务器,以前能运行的docker网络应用都不能正常开启了。 因为用的是centos7,所以猜测有可能是iptables的问题。 docker start 或者run 后总是提示类似的错误: No chain/target/match by that name Google了一下,还真有人遇 阅读全文
摘要:
根据前面的方法,在windows和Linux共享文件夹,然后就可以开发了! Start up an Ubuntu container $ docker run -it ubuntu bash Update apt-get inside the container $ apt-get update I 阅读全文