学习笔记之Docker

All contents are moved to haoran119/learning-notes (github.com).


Docker 官网

  • http://www.docker.com
  • Docker is the company driving the container movement and the only container platform provider to address every application across the hybrid cloud. Today’s businesses are under pressure to digitally transform but are constrained by existing applications and infrastructure while rationalizing an increasingly diverse portfolio of clouds, datacenters and application architectures. Docker enables true independence between applications and infrastructure and developers and IT ops to unlock their potential and creates a model for better collaboration and innovation.
  • Docker Documentation | Docker Documentation
    • https://docs.docker.com/

Docker_百度百科

  • https://baike.baidu.com/item/Docker/13344470?fr=aladdin
  • Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。

Docker (software) - Wikipedia

  • https://en.wikipedia.org/wiki/Docker_(software)
  • Docker is a computer program that performs operating-system-level virtualization also known as containerization. It is developed by Docker, Inc. Docker is primarily developed for Linux, where it uses the resource isolation features of the Linux kernel such as cgroups and kernel namespaces, and a union-capable file system such as OverlayFS and others to allow independent "containers" to run within a single Linux instance, avoiding the overhead of starting and maintaining virtual machines (VMs). The Linux kernel's support for namespaces mostly isolates an application's view of the operating environment, including process trees, network, user IDs and mounted file systems, while the kernel's cgroups provide resource limiting for memory and CPU. Since version 0.9, Docker includes the libcontainerlibrary as its own way to directly use virtualization facilities provided by the Linux kernel, in addition to using abstracted virtualization interfaces via libvirtLXC and systemd-nspawn.
  • A very limited Windows version of Docker is also available.

Docker 教程 | 菜鸟教程

  • http://www.runoob.com/docker/docker-tutorial.html
  • 容器是完全使用沙箱机制,相互之间不会有任何接口(类似 iPhone 的 app),更重要的是容器性能开销极低。
  • Docker 使用客户端-服务器 (C/S) 架构模式,使用远程API来管理和创建Docker容器。Docker 容器通过 Docker 镜像来创建。容器与镜像的关系类似于面向对象编程中的对象与类。
  • Docker 资源汇总 | 菜鸟教程
    • http://www.runoob.com/docker/docker-resources.html

Docker入门教程 - Linux学习

把 Docker讲清楚

什么是Docker?干货文章

快速把你拉入Docker 的门里 | 原力计划

上手 Docker 容器,不应该是个问题 (qq.com)

8 个步骤,学会这个 Docker 命令终极教程!

关于 Docker ,你必须了解的核心

详解容器技术架构、网络和生态

Docker 搭建你的第一个 Node 项目到服务器

Docker 容器资源管理,你真的学会了吗?

一文搞定 Docker 端口绑定

Docker-Compose 基础与实战,看这一篇就够了 | 原力计划

开源 Docker 工具分享

机器学习开发的灵药—Docker容器

  • https://mp.weixin.qq.com/s/igFxiuUZ_8i9dGDeF694vA
posted on 2018-03-26 10:24  浩然119  阅读(232)  评论(0编辑  收藏  举报