-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce iSulad. #526
base: master
Are you sure you want to change the base?
Introduce iSulad. #526
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
9d20122
to
7fc4d32
Compare
docs/setup/prerequisites/runtime.md
Outdated
|
||
If you are installing on an OpenEuler system, you can directly install through yum by adding OpenEuler's yum repository: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are installing on an OpenEuler system, you can directly install through yum by adding OpenEuler's yum repository: | |
- install on OpenEuler system | |
Adding OpenEuler's yum repository: | |
....... | |
Install iSulad with yum: | |
....... |
Would it be better to add a subtitle here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
docs/setup/prerequisites/runtime.md
Outdated
```bash | ||
$ yum install -y iSulad | ||
``` | ||
If your system is Centos, you can install iSulad by running [scripts]( https://gitee.com/openeuler/iSulad/blob/master/docs/build_docs/guide/script/install_iSulad_on_Centos_7.sh). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If your system is Centos, you can install iSulad by running [scripts]( https://gitee.com/openeuler/iSulad/blob/master/docs/build_docs/guide/script/install_iSulad_on_Centos_7.sh). | |
If your system is CentOS, you can install iSulad by running [scripts]( https://gitee.com/openeuler/iSulad/blob/master/docs/build_docs/guide/script/install_iSulad_on_Centos_7.sh). |
It seems that the standard name is CentOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/setup/prerequisites/runtime.md
Outdated
$ cd iSulad/docs/build_docs/guide/script | ||
$ sudo ./install_iSulad_on_Centos_7.sh | ||
``` | ||
If your system is Ubuntu, you can install iSulad by running [scripts]( https://gitee.com/openeuler/iSulad/blob/master/docs/build_docs/guide/script/install_iSulad_on_Ubuntu_20_04_LTS.sh). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If your system is Ubuntu, you can install iSulad by running [scripts]( https://gitee.com/openeuler/iSulad/blob/master/docs/build_docs/guide/script/install_iSulad_on_Ubuntu_20_04_LTS.sh). | |
- install on Ubuntu system | |
...... |
ditto
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
docs/setup/prerequisites/runtime.md
Outdated
$ git clone https://gitee.com/openeuler/iSulad.git | ||
$ cd iSulad/docs/build_docs/guide/script | ||
$ sudo ./install_iSulad_on_Centos_7.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a small question, does this script depend on the entire iSulad repo when executed? If it is not dependent, can we download this file directly instead of cloning the entire code base? We can download only install_iSulad_on_Centos_7.sh through this link https://gitee.com/openeuler/iSulad/raw/master/docs/build_docs/guide/script/install_iSulad_on_Centos_7.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes ,only depend on scprit
docs/setup/prerequisites/runtime.md
Outdated
```bash | ||
$ systemctl enable isulad | ||
$ systemctl restart isulad | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please also provide a Chinese version of the document?
docs/setup/prerequisites/runtime.md
Outdated
@@ -12,6 +12,7 @@ This page provides an outline of how to use several common container runtimes wi | |||
- [docker](#docker-engine) | |||
- [Kata containers](#kata-containers) | |||
- [Virtlet](#Virtlet) | |||
- [iSulad](#iSulad) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [iSulad](#iSulad) | |
- [iSulad](#isulad) |
It needs to be in lowercase, otherwise it won't jump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
docs/setup/prerequisites/runtime.md
Outdated
@@ -12,6 +12,7 @@ This page provides an outline of how to use several common container runtimes wi | |||
- [docker](#docker-engine) | |||
- [Kata containers](#kata-containers) | |||
- [Virtlet](#Virtlet) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- [Virtlet](#Virtlet) | |
- [Virtlet](#virtlet) |
Please help modify it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
fbd6b86
to
12a4ad9
Compare
1302330
to
9070e62
Compare
5303583
to
d689ae3
Compare
Signed-off-by: luomengY <[email protected]>
/features
What is the current behavior? (You can also link to an open issue here)
What is the new behavior (if this is a feature change)?
Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)
Other information: