Skip to content

Commit

Permalink
add en doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KunSir991 committed Oct 14, 2024
1 parent 5f9723c commit a230196
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions docs/index-en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
<h1> Quickly deploy Docker Community Edition </h1>

<h2> Overview </h2>

<p>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 <a href = "https://www.docker.com/">Docker official website </a>. </p>

<p> This service supports deployment on existing ECS instances (Linux) and deployment on new ECS instances (Linux). </p>

<h2> Billing instructions </h2>

<p> The cost of deploying Docker Community Edition on the computing nest mainly involves:</p>

<ul>
<li> Selected vCPU and Memory Specifications </li>
<li> Disk capacity </li>
<li> Internet bandwidth </li>
</ul>

<p> Billing method: Pay-As-You-Go (hourly)</p>

<p> The estimated cost is visible in real time when the instance is created. </p>

<h2> Permissions required for RAM accounts </h2>

<p>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 <a href = "https://help.aliyun.com/document_detail/121945.html"> Authorize RAM users </a>.
. The required permissions are shown in the following table. </p>

<table>
<thead>
<tr>
<th> Permission policy name </th>
<th> Remarks </th>
</tr>
</thead>
<tbody>
<tr>
<td>AliyunECSFullAccess</td>
<td> Permissions to manage ECS </td>
</tr>
<tr>
<td>AliyunVPCFullAccess</td>
<td> Permissions for managing VPC networks </td>
</tr>
<tr>
<td>AliyunROSFullAccess</td>
<td> Manage permissions for Resource Orchestration Services (ROS) </td>
</tr>
<tr>
<td>AliyunComputeNestUserFullAccess</td>
<td> Manage user-side permissions for the compute nest service (ComputeNest) </td>
</tr>
<tr>
<td>AliyunCloudMonitorFullAccess</td>
<td> Permissions to manage CloudMonitor (CloudMonitor) </td>
</tr>
</tbody>
</table>

<h2> Select ECS instance deployment </h2>

<p> Select ECS instance deployment to support Linux OS. </p>

<h3> Prerequisites </h3>

<ol>
<li> The selected ECS instance can access the Internet </li>
<li> The selected ECS instance is running. If the instance has just started, wait a moment. </li>
<li> System compatibility: Alibaba Cloud Linux 3.2104 LTS/CentOS 7.7/CentOS 7.8/CentOS 7.9/Ubuntu 20.04/Ubuntu 22.04</li>
</ol>

<h3> Operation steps </h3>

<ol>
<li> Click <a href = "https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=Docker%E7%A4%BE%E5%8C%BA%E7%89%88"> Deployment Link </a> to go to the Service Instance Deployment page. </li>
<li> Select the target ECS instance and click Next: Confirm Order.
<img src="1.jpg" width="100%" align="bottom"/></li>
<li> 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.
<img src="2.jpg" width="100%" align="bottom"/></li>
</ol>

<h2> Create ECS instance deployment </h2>

<p> The new ECS instance supports the Linux operating system. </p>

<h3> Operation steps </h3>

<ol>
<li> Click <a href = "https://computenest.console.aliyun.com/service/instance/create/default?type=user&ServiceName=Docker%E7%A4%BE%E5%8C%BA%E7%89%88"> Deployment Link </a> to go to the Service Instance Deployment page. </li>
<li> Select the new ECS instance and configure the parameters according to the interface prompts. After the configuration is complete, click Next: Confirm Order.
<img src="3.jpg" width="100%" align="bottom"/></li>
<li> 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.
<img src="4.jpg" width="100%" align="bottom"/></li>
<li> Run the command on ECS to view the Docker installation result.
<pre><code>docker -v
</code></pre>
<img src="5.jpg" width="100%" align="bottom"/></li>
</ol>

0 comments on commit a230196

Please sign in to comment.