摘要: What is Docker?Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application. The same container that a developer builds and tests on a laptop can run at scale, in production, on VMs, bare metal, OpenStack clusters, public clouds and more.do 阅读全文
posted @ 2013-12-23 22:26 ifeixiang 阅读(675) 评论(0) 推荐(0) 编辑
摘要: 就像在windows下创建两个点以上的文件无法删除一样,linux下也可以有同样的技巧:[root@localhost ~]# touch test/.immutable[root@localhost ~]# chattr +i test/.immutable[root@localhost ~]# chattr +i test/[root@localhost ~]# mkdir test/foobarmkdir: cannot create directory `test/foobar': Permission denied[root@localhost ~]# touch test/ 阅读全文
posted @ 2013-12-23 22:12 ifeixiang 阅读(3877) 评论(0) 推荐(0) 编辑