ming 5月 30, 2019 1 min read docker 开机自启+切换国内镜像源 启动 sudo systemctl start docker 加入开机自起 sudo systemctl en… Read more...
ming 5月 30, 2019 1 min read 解决:ValueError: Timeout value connect was Timeout(connect=None, read=None, total=None), but it must be an int, float or None. 这个问题这里有描述:https://bugzilla.redhat.com/show_bug.c… Read more...
ming 6月 18, 2018 1 min read Docker搭建运行一个Ubuntu镜像服务器 下载镜像并运行 docker run -t -i ubuntu:latest //bin/bash //… Read more...
ming 3月 22, 2018 1 min read Docker 基本使用五(常用命令+慎用 docker commit) docker exec -it <容器ID或容器名> bash //进入容器bash docke… Read more...
ming 3月 22, 2018 1 min read Docker 基本使用四(centos使用docker注意事项) CentOS/RHEL 的用户需要注意的事项 在 Ubuntu/Debian 上有 UnionFS 可以使用,… Read more...
ming 3月 16, 2018 1 min read Docker 基本使用三(创建自己的镜像文件) 学会使用 image 文件以后,接下来的问题就是,如何可以生成 image 文件?如果你要推广自己的软件,势必… Read more...
ming 3月 16, 2018 2 min read Docker 基本使用二(获取/删除:镜像/容器) docker image pull library/hello-world //拉取镜像,library 为分… Read more...
ming 3月 16, 2018 2 min read Docker 基本使用一(Ubuntu16.04安装) 这里只介绍Ubunte 其他系统安装请看文章底部 一、卸载旧版本 $ sudo apt-get remove … Read more...