博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
About Docker
阅读量:4031 次
发布时间:2019-05-24

本文共 3837 字,大约阅读时间需要 12 分钟。

About Docker

Develop, Ship and Run Any Application, Anywhere

is a platform for developers and sysadminsto develop, ship, and run applications. Docker lets you quickly assembleapplications from components and eliminates the friction that can come whenshipping code. Docker lets you get your code tested and deployed into productionas fast as possible.

Docker consists of:

  • The Docker Engine - our lightweight and powerful open source containervirtualization technology combined with a work flow for buildingand containerizing your applications.
  • - our SaaS service forsharing and managing your application stacks.

Why Docker?

Faster delivery of your applications

  • We want your environment to work better. Docker containers, and the work flow that comes with them, help your developers, sysadmins, QA folks, and release engineers work together to get your code into production and make it useful. We’ve created a standard container format that lets developers care about their applications inside containers while sysadmins and operators can work on running the container in your deployment. This separation of duties streamlines and simplifies the management and deployment of code.
  • We make it easy to build new containers, enable rapid iteration of your applications, and increase the visibility of changes. This helps everyone in your organization understand how an application works and how it is built.
  • Docker containers are lightweight and fast! Containers have sub-second launch times, reducing the cycle time of development, testing, and deployment.

Deploy and scale more easily

  • Docker containers run (almost) everywhere. You can deploy containers on desktops, physical servers, virtual machines, into data centers, and up to public and private clouds.
  • Since Docker runs on so many platforms, it’s easy to move your applications around. You can easily move an application from a testing environment into the cloud and back whenever you need.
  • Docker’s lightweight containers also make scaling up and down fast and easy. You can quickly launch more containers when needed and then shut them down easily when they’re no longer needed.

Get higher density and run more workloads

  • Docker containers don’t need a hypervisor, so you can pack more of them onto your hosts. This means you get more value out of every server and can potentially reduce what you spend on equipment and licenses.

Faster deployment makes for easier management

  • As Docker speeds up your work flow, it gets easier to make lots of small changes instead of huge, big bang updates. Smaller changes mean reduced risk and more uptime.

About this guide

The will help you:

  • See how Docker works at a high level
  • Understand the architecture of Docker
  • Discover Docker’s features;
  • See how Docker compares to virtual machines
  • See some common use cases.

Installation guides

The will show you how to install Dockeron a variety of platforms.

Docker user guide

To learn about Docker in more detail and to answer questions about usage andimplementation, check out the .

Release notes

A summary of the changes in each release in the current series can now be foundon the separate

Feature Deprecation Policy

As changes are made to Docker there may be times when existing featureswill need to be removed or replaced with newer features. Before an existingfeature is removed it will be labeled as “deprecated” within the documentationand will remain in Docker for, usually, at least 2 releases. After that timeit may be removed.

Users are expected to take note of the list of deprecated features eachrelease and plan their migration away from those features, and (if applicable)towards the replacement features as soon as possible.

The complete list of deprecated features can be found on the.

Licensing

Docker is licensed under the Apache License, Version 2.0. See for the fulllicense text.

转载地址:http://unhbi.baihongyu.com/

你可能感兴趣的文章
arm linux 生成火焰图
查看>>
jtag dump内存数据
查看>>
linux和windows内存布局验证
查看>>
linux config
查看>>
linux insmod error -1 required key invalid
查看>>
linux kconfig配置
查看>>
linux不同模块completion通信
查看>>
linux printf获得时间戳
查看>>
C语言位扩展
查看>>
linux dump_backtrace
查看>>
linux irqdebug
查看>>
git 常用命令
查看>>
linux位操作API
查看>>
snprintf 函数用法
查看>>
uboot.lds文件分析
查看>>
uboot start.s文件分析
查看>>
没有路由器的情况下,开发板,虚拟机Ubuntu,win10主机,三者也可以ping通
查看>>
本地服务方式搭建etcd集群
查看>>
安装k8s Master高可用集群
查看>>
忽略图片透明区域的事件(Flex)
查看>>