
docker
翟海飞
这个作者很懒,什么都没留下…
展开
-
Kubernetes
1 什么是Kubernetes?Kubernetes(k8s)是自动化容器操作的开源平台,这些操作包括部署,调度和节点集群间扩展。如果你曾经用过Docker容器技术部署容器,那么可以将Docker看成Kubernetes内部使用的低级别组件。Kubernetes不仅仅支持Docker,还支持Rocket,这是另一种容器技术。使用Kubernetes可以:自动化容器的部署原创 2017-11-26 22:39:46 · 1111 阅读 · 0 评论 -
docker
容器A brief explanation of containersAn image is a lightweight, stand-alone, executable package that includes everything needed to run a piece of software, including the code, a runtime, lib原创 2017-11-26 22:36:57 · 1626 阅读 · 0 评论 -
ubuntu下安装docker
官方原文:https://docs.docker.com/engine/installation/linux/ubuntulinux/UbuntuDocker is supported on these Ubuntu operating systems:Ubuntu Xenial 16.04 (LTS)Ubuntu Wily 15.10Ubuntu Trusty 14.04转载 2016-04-28 15:07:21 · 2508 阅读 · 0 评论 -
剖析Docker文件系统:Aufs与Devicemapper
http://www.infoq.com/cn/articles/analysis-of-docker-file-system-aufs-and-devicemapperDocker在启动容器的时候,需要创建文件系统,为rootfs提供挂载点。最初Docker仅能在支持Aufs文件系统的Linux发行版上运行,但是由于Aufs未能加入Linux内核,为了寻求兼容性、扩展性,Do转载 2016-04-27 18:02:29 · 1804 阅读 · 0 评论 -
Docker基础技术:AUFS
http://www.open-open.com/lib/view/open1440483391763.htmlAUFS是一种Union File System,所谓UnionFS就是把不同物理位置的目录合并mount到同一个目录中。UnionFS的一个最主要的应用是,把一张CD/DVD和一个硬盘目录给联合 mount在一起,然后,你就可以对这个只读的CD/DVD上的文件进行修改(转载 2016-04-27 18:00:28 · 1054 阅读 · 0 评论 -
从iso到docker image
1 ISO The ISO format is a disk image formatted with the read-only ISO 9660 (also known as ECMA-119) file system commonly used for CDs and DVDs. While wedon't normally think of ISO as a virtua原创 2016-04-27 17:57:18 · 6706 阅读 · 0 评论 -
深入 Docker:容器和镜像
原文:https://segmentfault.com/a/1190000002766882Docker 是一个非常有趣的项目。它自己宣称可以减轻部署服务器的难度,当然我相信里面有炒作的成分。但是实际使用后,我觉得 Docker 的表现还是可圈可点的。本篇文章将会从头开始进行操作镜像,同时试图通过实例和文档来解答实际操作 Docker 中遇到的问题。本文仅仅是试图使用深入讲解 Do转载 2016-04-22 18:28:39 · 3756 阅读 · 0 评论 -
overlay filesystem
原文:https://www.kernel.org/doc/Documentation/filesystems/overlayfs.txtWritten by: Neil BrownPlease see MAINTAINERS file for where to send questions.Overlay Filesystem==================This do转载 2016-04-21 13:15:56 · 3169 阅读 · 0 评论 -
Docker 学习笔记
Docker 学习笔记 By 枯木一、Docker 简介1.1 Docker 守护进程1.2 Docker 客户端1.3 Docker 内部1.4 libcontainer1.5 命名空间「Namespaces」1.6 资源配额「cgroups」二、Docker 安装三、Docker 基础用法3.1 Search images3.2 Pull image转载 2016-04-19 18:04:57 · 840 阅读 · 0 评论 -
Getting Docker to run on Power8
Last Week-End, I wanted to play around with Docker on a Power8 processor. Unfortunately, there no “ready-to-use” build available (yet) and Go support is still quite rough. Anyway, I love challenges转载 2016-04-19 17:45:42 · 986 阅读 · 0 评论 -
ubuntu on power服务器上安装docker binary package
1 确认二进制包The Debian package file of Docker 1.3.0 on POWER is available courtesy of the University of Campinas in Brazil at: ftp://ftp.unicamp.br/pub/linuxpatch/docker-ppc64/ubuntu/或 http://ftp.原创 2016-04-19 17:39:30 · 1187 阅读 · 0 评论 -
docker安装
login as: zhaizhai@192.168.12.133's password:Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 4.2.0-27-generic x86_64) * Documentation: https://help.ubuntu.com/ System information as of Mon原创 2016-04-18 22:31:41 · 5747 阅读 · 0 评论