From a2301966c2a9cac17014aaebcc64c6829cad9159 Mon Sep 17 00:00:00 2001 From: "YinCunKun.YCK" Date: Mon, 14 Oct 2024 14:33:07 +0800 Subject: [PATCH] add en doc --- docs/index-en.md | 97 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 docs/index-en.md diff --git a/docs/index-en.md b/docs/index-en.md new file mode 100644 index 0000000..a6306b2 --- /dev/null +++ b/docs/index-en.md @@ -0,0 +1,97 @@ +

Quickly deploy Docker Community Edition

+ +

Overview

+ +

Docker Community Edition (CE) is the free version of the Docker project for developers, enthusiasts, and individuals and organizations looking to leverage container technology. It is the community-driven counterpart of Docker Enterprise Edition (EE) and provides powerful containerized application building, deployment, and running capabilities. For more information, see Docker official website .

+ +

This service supports deployment on existing ECS instances (Linux) and deployment on new ECS instances (Linux).

+ +

Billing instructions

+ +

The cost of deploying Docker Community Edition on the computing nest mainly involves:

+ + + +

Billing method: Pay-As-You-Go (hourly)

+ +

The estimated cost is visible in real time when the instance is created.

+ +

Permissions required for RAM accounts

+ +

Docker Community Edition needs to access and create resources such as ECS and VPC. If you use a RAM user to create a service instance, you need to add the corresponding resource permissions to the account of the RAM user before creating the service instance. For more information about how to add RAM permissions, see Authorize RAM users . +. The required permissions are shown in the following table.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Permission policy name Remarks
AliyunECSFullAccess Permissions to manage ECS
AliyunVPCFullAccess Permissions for managing VPC networks
AliyunROSFullAccess Manage permissions for Resource Orchestration Services (ROS)
AliyunComputeNestUserFullAccess Manage user-side permissions for the compute nest service (ComputeNest)
AliyunCloudMonitorFullAccess Permissions to manage CloudMonitor (CloudMonitor)
+ +

Select ECS instance deployment

+ +

Select ECS instance deployment to support Linux OS.

+ +

Prerequisites

+ +
    +
  1. The selected ECS instance can access the Internet
  2. +
  3. The selected ECS instance is running. If the instance has just started, wait a moment.
  4. +
  5. System compatibility: Alibaba Cloud Linux 3.2104 LTS/CentOS 7.7/CentOS 7.8/CentOS 7.9/Ubuntu 20.04/Ubuntu 22.04
  6. +
+ +

Operation steps

+ +
    +
  1. Click Deployment Link to go to the Service Instance Deployment page.
  2. +
  3. Select the target ECS instance and click Next: Confirm Order. +
  4. +
  5. Click Create Now and wait for the service instance to be created. After the service instance is created, go to the service instance details page. You can obtain installation logs on the Overview page. +
  6. +
+ +

Create ECS instance deployment

+ +

The new ECS instance supports the Linux operating system.

+ +

Operation steps

+ +
    +
  1. Click Deployment Link to go to the Service Instance Deployment page.
  2. +
  3. Select the new ECS instance and configure the parameters according to the interface prompts. After the configuration is complete, click Next: Confirm Order. +
  4. +
  5. Click Create Now and wait for the service instance to be created. After the service instance is created, go to the service instance resource page. +
  6. +
  7. Run the command on ECS to view the Docker installation result. +
    docker -v
    +
    +
  8. +