Container-id: 8164e2537625 0. check containers 1. activate 2. enter specified container (1) Dominant (2) replica type 3. Del container ...
分类:
其他好文 时间:
2018-07-07 20:26:28
阅读次数:
114
Docker concepts Docker is a platform for developers and sysadmins to develop, deploy, and run applications with containers. The use of Linux container ...
分类:
其他好文 时间:
2018-06-20 21:16:03
阅读次数:
224
由于kubenetes域名背墙(gcr.io),如kubernetes-dashboard服务依赖不能正常使用。$ docker pull gcr.io/google_containers/pause-amd64:3.0Error response from daemon: Get https://... ...
分类:
其他好文 时间:
2018-06-18 17:18:10
阅读次数:
4346
docker run - Run a command in a new container 启动一个新的容器,一般在docker pull之后首次运行此image docker start - Start one or more stopped containers 新的容器退出后(比如关机重启了) ...
分类:
其他好文 时间:
2018-06-09 22:03:21
阅读次数:
179
Share Process Namespace between Containers in a Pod how to configure process namespace sharing for a pod. When process namespace sharing is enabled, p ...
分类:
Web程序 时间:
2018-06-05 18:44:50
阅读次数:
315
1.docker基本信息查看 docker version #查看docker的版本号,包括客户端、服务端、依赖的go等; docker info #查看系统(docker)层面信息,包括管理的image,containers数等2.docker镜像的获取与删除 docker pull centos ...
分类:
其他好文 时间:
2018-05-26 15:32:27
阅读次数:
140
地址:docker入门指南 更换国内镜像源 docker store地址默认是在国外,下载速度很慢,自行更换国内docker加速地址。 名词解释 image: 镜像containers: 容器docker-machine: docker虚拟主机docker store: docker存储云 术语 I ...
分类:
其他好文 时间:
2018-05-26 15:28:02
阅读次数:
173
1 '''This module implements specialized container datatypes providing 2 alternatives to Python's general purpose built-in containers, dict, 3 list, se ...
分类:
编程语言 时间:
2018-05-23 02:20:12
阅读次数:
273
Error response from daemon: service endpoint with name XXXX already existsError: failed to start containers: XXXXDocker中容器无法停止无法删除问题:mysql容器如法停止,无法删除,也无法连接。docker stop,docker kill等命令都无效。处理办法:1.停止所有的容器
分类:
其他好文 时间:
2018-05-18 11:29:11
阅读次数:
1407
修改docker启动的log参数 修改文件/etc/sysconfig/docker 创建一个deployment https://docs.docker.com/config/containers/logging/configure/ ...
分类:
其他好文 时间:
2018-04-28 14:28:56
阅读次数:
295