• Docker v1.11.0-rc1 发布

    日期:

    Docker v1.11.0-rc1 发布了。此次发布的更新日志有: Builder Fix a bug where Docker would not used the correct uid/gid when processing theWORKDIRcommand ( #21033 ) Fix a bug where copy operations with userns would not use the proper uid/gid (...

  • 使用 Datadog 监控 Docker

    日期:

    Docker是一个构建部署应用的新兴平台,它使用被称之为轻量级虚拟机的容器。通过为开发者提供易于部署的解决方案,及对不同环境的兼容, Docker 成为在现代基础设施之上解决持续交付问题的流行方案。 与之前的虚拟机一样,这些容器需要一种新的途径来监控。幸...

  • Docker 1.10.3 RC1 和 RC2 发布

    日期:

    Docker 1.10.3 RC1 和 RC2 发布了,Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的...

  • 使用 Docker 容器应该避免的 10 个事情

    日期:

    当你最后投入容器的怀抱,发现它能解决很多问题,而且还具有众多的 优点 : 第一:它是不可变的 操作系统,库版本,配置,文件夹和应用都是一样的。您可以使用通过相同QA测试的镜像,使产品具有相同的表现。 第二:它是轻量级的 容器的内存占用非常...

  • 在 Azure 上使用 Docker运行 Mono

    日期:

    Docker 是最近相当热门的一个名词,它是一个基于 Linux Container 的轻量化的虚拟技术,而微软也相当积极与 Docker 合作,在 Azure 上支持这个火热的技术,并且提供简单的方式来建立 Docker Host,本文将会介绍如何在 Azure 上使用 Docker运行DockerMono镜像...

  • Docker v1.10.2 正式版发布

    日期:

    Docker v1.10.2 正式版发布了,改进记录包括: Runtime Prevent systemd from deleting containers cgroups when its configuration is reloaded #20518 Fix SELinux issues by disregarding--read-onlywhen mounting/dev/mqueue #20333 Fix chown permissio...

  • Docker v1.10.1 发布,主要是 Bug 修复和维护

    日期:

    Docker v1.10.1 发布,详细改进记录包括: Runtime Do not stop daemon on migration hard failure #20156 Fix various issues with migration to content-addressable images #20058 Fix ZFS permission bug with user namespaces #20045 Do not leak /dev/...

  • Docker v1.10.0-rc3 发布

    日期:

    Docker v1.10.0-rc3 发布,更新如下: 运行时 New docker update command that allows updating resource constraints on running containers #15078 Add --tmpfs flag to docker run to create a tmpfs mount in a container #13587 Add --format flag to d...

  • docker镜像中安装软件包问题

    日期:

    我从官方源pull了centos7下来,push到私有仓库后,基于这个centos7弄自己的线上服务镜像。我尝试通过run /bin/bash启动centos7的bash后用yum安装软件包,但我发现退出后再进入镜像上一次安装的软件包就不存在了,这个问题怎么解决?我不希望每次都要修改Docke...

  • DOCKER pull镜像文件时提示Cannot connect to the Docker daemon。IS ‘docker -d’ running

    日期:

    问题:DOCKER pull 镜像文件时提示 Cannot connect to the Docker daemon。IS docker -d running on this host,具体报错截图如下: 排查过程: 1、通过错误提示是说docker没有running,通过service dockker status 查看进程,发现进程有问题: 2 然后通过do...