Skip to content

Commit

Permalink
doc: add Aliyun Linux 2 support to INSTALLATION.md
Browse files Browse the repository at this point in the history
PouchContainer is officially supported in Alibaba Cloud Linux 2 (a.k.a.
Aliyun Linux 2), so add installation instructions to the documentation.

Signed-off-by: Caspar Zhang <caspar@linux.alibaba.com>
  • Loading branch information
casparant authored and fuweid committed Jun 18, 2019
1 parent a8356de commit 17a200f
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,27 @@ As a developer who wish to hack on PouchContainer, please read [Developer Quick-

## End User Quick-Start

You can install PouchContainer automatically on your machine with very few steps. Currently we support two kinds of Linux Distribution: Ubuntu and CentOS.
You can install PouchContainer automatically on your machine with very few steps. Currently we support the following Linux Distributions: Alibaba Cloud Linux 2, Ubuntu and CentOS.

### Alibaba Cloud Linux 2

**1. Install PouchContainer**

There is an official PouchContainer build in Alibaba Cloud Linux 2 (a.k.a. Aliyun Linux 2) Yum repo, you should be able to install it via Yum tool without adding any extra repo files explicitly. Note that Alibaba Cloud Linux 1 (Aliyun Linux 17.01) is not supported for now.

If you are an Alibaba Cloud Linux 2 user, simply run the following command to install the latest version of PouchContainer:

``` bash
sudo yum install -y pouch
```

**2. Start PouchContainer**

``` bash
sudo systemctl start pouch
```

Afterwards, you can pull an image and run PouchContainer containers.

### Ubuntu

Expand Down

0 comments on commit 17a200f

Please sign in to comment.