【翻译】docker install

---恢复内容开始---

【官方文档】

Install Docker

Estimated reading time: 8 minutes

Docker is available in two editions: Community Edition (CE) and Enterprise Edition (EE).

Docker Community Edition (CE) is ideal for developers and small teams looking to get started with Docker and experimenting with container-based apps. Docker CE has two update channels, stable and edge:

  • Stable gives you reliable updates every quarter
  • Edge gives you new features every month

For more information about Docker CE, see Docker Community Edition.

Docker Enterprise Edition (EE) is designed for enterprise development and IT teams who build, ship, and run business critical applications in production at scale. For more information about Docker EE, including purchasing options, see Docker Enterprise Edition.

Docker有两个版本:社区版和企业版。
Docker社区版对于那些希望开始Docker和基于容器进行app实验的开发者和小团队是很理想的。Docker社区版有两种更新渠道:
稳定版每个季度提供可靠的更新
测试版每个月提供新的功能
更多信息参考Docker社区版。
Docker企业版为企业开发和IT团队设计,他们在大规模生产中构建,交付,运行业务关键应用程序。更多新信息,包括购买选项,参考Docker企业版。

translation

Capabilities Community Edition Enterprise Edition Basic Enterprise Edition Standard Enterprise Edition Advanced
Container engine and built in orchestration, networking, security
Certified infrastructure, plugins and ISV containers  
Image management    
Container app management    
Image security scanning      

Supported platforms

Docker CE and EE are available on multiple platforms, on cloud and on-premises. Use the following tables to choose the best installation path for you.

Desktop

Platform Docker CE x86_64 Docker CE ARM Docker EE
Docker for Mac (macOS)    
Docker for Windows (Microsoft Windows 10)    

Cloud

Platform Docker CE x86_64 Docker CE ARM Docker EE
Amazon Web Services  
Microsoft Azure  

See also Docker Cloud for setup instructions for Digital Ocean, Packet, SoftLayer, or Bring Your Own Cloud.

Server

Platform Docker CE x86_64 Docker CE ARM Docker CE IBM Z (s390x) Docker EE x86_64 Docker EE IBM Z (s390x)
CentOS      
Debian      
Fedora        
Microsoft Windows Server 2016        
Oracle Linux        
Red Hat Enterprise Linux      
SUSE Linux Enterprise Server      
Ubuntu

Note: Support for IBM Z on Docker EE is limited to Docker EE Basic, or to worker nodes in Docker EE Standard and Docker EE Advanced. IBM Z nodes cannot function as UCP managers on Docker EE.

Time-based release schedule

Starting with Docker 17.03, Docker uses a time-based release schedule, outlined below.

Month Docker CE Edge Docker CE Stable Docker EE
January    
February    
March 1
April    
May    
June 1
July    
August    
September 1
October    
November    
December 1

1: On Linux distributions, these releases will only appear in the stable channels, not the edge channels. For that reason, on Linux distributions, you need to enable both channels.

Updates, and patches

  • A given Docker EE release will receive patches and updates for at least one year after it is released.
  • A given Docker CE Stable release will receive patches and updates for one month after the next Docker CE Stable release.
  • A given Docker CE Edge release will not receive any patches or updates after a subsequent Docker CE Edge or Stable release.

Prior releases

Instructions for installing prior releases of Docker can be found in the Docker archives.

Docker Cloud

You can use Docker Cloud to automatically provision and manage your cloud instances.

Get started

After setting up Docker, try learning the basics over at Getting started with Docker.

dockerinstallationinstalldocker cedocker eedocker editionsstableedge

---恢复内容结束---

时间: 2024-10-13 03:05:55

【翻译】docker install的相关文章

[Docker] Install Docker on Windows (hp) and start with Kitematic

Well, on Windows costs a little bit effort to run docker. 1. You need to enable Virtulization: Oh hp Windows machine, you need to Turn off you laptop Start it and click 'esc' repeatly Until if jumps a menu, you click F10 to enter 'BIOS setting' Then

Docker - Install docker on CentOS

1. 准备 由于 Dokcer 需要 64bit OS, 版本号 3.10 或者更新的版本.所以,需要我们先确认我们的 CentOS 系统 $ uname -r output :: 3.10.0-229.el7.x86_64 2.使用Yum 安装 2.1 更新 yum 到最新版本 $ yum update 2.2 Add the yum repo $ sudo tee /etc/yum.repos.d/docker.repo <<-'EOF' [dockerrepo] name=Docker

docker install

1.安装必要工具集 sudo yum install -y yum-utils 2.安装Docker官方源 sudo yum-config-manager \ --add-repo \ https://download.docker.com/linux/centos/docker-ce.repo 3.更新yum缓存 sudo yum makecache fast 4.sudo yum -y install docker-ce 这里没报错的话就进行下一步,有报错的话看报错 提示有冲突的软件,删掉相

[Docker] docker install[1]

CentOS7 Docker CE安装 准备工作 系统要求 Docker CE 支持 64 位版本 CentOS 7,并且要求内核版本不低于 3.10. CentOS 7 满足最低内核的要求,但由于内核版本比较低,部分功能(如 overlay2 存储层驱动)无法使用,并且部分功能可能不太稳定. 卸载旧版本 旧版本的 Docker 称为 docker 或者 docker-engine,使用以下命令卸载旧版本: $ sudo yum remove docker docker-client docke

docker install oracleXE

docker oracle https://hub.docker.com/r/sath89/oracle-xe-11g/ docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle sath89/oracle-xe-11g create temporary tablespace YDM_DATA_temp tempfile'/u01/app/oracle/oradata/XE/YDM_DATA_tmp.db

docker centos rpm离线安装1.8.2及pull的正确姿势

1.离线安装 本次只针对1.8.2版本,所需要的rpm包如下 docker-engine-1.8.2-1.el7.centos.x86_64.rpm(已上传51cto) libcgroup-0.41-8.el7.x86_64.rpm libcgroup-devel-0.41-8.el7.x86_64.rpm libcgroup-pam-0.41-8.el7.x86_64.rpm libcgroup-tools-0.41-8.el7.x86_64.rpm(libcgroup请参考开源镜像库) 简单

Docker虚拟化技术系列之-自动化部署管理

随着企业Docker容器越来越多,如果要靠手工去管理docker,肯定非常吃力,而且也不现实,这就需要我们把日常的操作变成自动化管理,通过脚本工具,将工作减轻到最小,解放运维人员,如下为企业Docker自动化部署脚本V1版本,如果需要更多其他的功能,可以自己定制和修改. 如下自动化管理脚本功能: 1)通过YUM自动安装Docker平台: 2)通过该脚本,可以自动配置桥接网络: 3)自动创建docker容器,给予centos操作系统: 4)自动收集创建好的Docker容器,集中管理: 5)通过PI

docker专题(2):docker常用管理命令(上)

http://segmentfault.com/a/1190000000751601 本文只记录docker命令在大部分情境下的使用,如果想了解每一个选项的细节,请参考官方文档,这里只作为自己以后的备忘记录下来. 根据自己的理解,总的来说分为以下几种: 容器生命周期管理 — docker [run|start|stop|restart|kill|rm|pause|unpause] 容器操作运维 — docker [ps|inspect|top|attach|events|logs|wait|ex

Docker对普通开发者的用处(转)

有些开发者可能还是不明白 Docker 对自己到底有多大的用处,因此翻译 Docker 个人用例 这篇文章中来介绍 Docker 在普通开发者开发过程中的用例. Docker 如今赢得了许多关注,很多人觉得盛名之下其实难副,因为他们仍然搞不清 Docker 和普通开发者到底有什么关系.许多开发者觉得 Docker 离自己很远,Docker 是生产环境中的工具,和自己无关.我也是花了很长时间才想清楚作为普通开发人员如何在自己的开发中使用 Docker.坦率地说,我仍处在学习的过程中. 这篇文章提供