
Docker
球小嘟
这个作者很懒,什么都没留下…
展开
-
Docker-02-Docker基础之挂载宿主机的目录到容器的目录中
近期遇到了一个问题,创建的Docker容器磁盘空间不够怎么办?当然是挂载宿主机的目录到容器中了。[root@e41a457a3580 ~]# df -hFilesystem Size Used Avail Use% Mounted onoverlay 50G 47G 3.6G 93% /tmpfs ...原创 2019-07-02 19:52:21 · 7030 阅读 · 0 评论 -
日常运维之持续集成docker测试环境
运行第一个容器[root@localhost ~]# docker run -i -t centos /bin/bashUnable to find image 'centos:latest' locallylatest: Pulling from library/centos8ba884070f61: Pull completeDigest: sha256:8d487d68...原创 2019-05-05 11:49:51 · 368 阅读 · 0 评论 -
Docker-01-Docker-将本地的Centos7系统做成Docker镜像
首先,安装docker软件[root@localhost ~]# uname -a #查看内核版本Linux localhost.localdomain 3.10.0-957.el7.x86_64 #1 SMP Thu Nov 8 23:39:32 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux[root@localhost ~]# ls -l /sys/...原创 2019-06-29 15:06:09 · 4252 阅读 · 0 评论