Update README.md
This commit is contained in:
parent
4070ec6e97
commit
55d279239e
42
README.md
42
README.md
|
|
@ -388,7 +388,9 @@ All the version 2.0 system images are used "ext4" file system as default, the Ts
|
||||||
|Standard VM kit|★|★|★|X|
|
|Standard VM kit|★|★|★|X|
|
||||||
|BT-Panel kit|★|★|★|X|
|
|BT-Panel kit|★|★|★|X|
|
||||||
|
|
||||||
**Note:**
|
----
|
||||||
|
|
||||||
|
**(1)Note:**
|
||||||
|
|
||||||
**★ :** Stands for supported and default enabled. It can directly be used.
|
**★ :** Stands for supported and default enabled. It can directly be used.
|
||||||
|
|
||||||
|
|
@ -398,6 +400,44 @@ All the version 2.0 system images are used "ext4" file system as default, the Ts
|
||||||
|
|
||||||
**X :** Stands for not supported.
|
**X :** Stands for not supported.
|
||||||
|
|
||||||
|
**(2)Service control**
|
||||||
|
|
||||||
|
Docker Container
|
||||||
|
|
||||||
|
```
|
||||||
|
Manual start: systemctl start docker.service
|
||||||
|
Manual stop: systemctl stop docker.service
|
||||||
|
Enable autostart: systemctl enable docker.service
|
||||||
|
Disable autostart: systemctl disable docker.service
|
||||||
|
```
|
||||||
|
|
||||||
|
CecOS CaaS Platform (service port: 8443)
|
||||||
|
|
||||||
|
```
|
||||||
|
Manual start: systemctl start cecos-caas.service
|
||||||
|
Manual stop: systemctl stop cecos-caas.service
|
||||||
|
Enable autostart: systemctl enable cecos-caas.service
|
||||||
|
Disable autostart: systemctl disable cecos-caas.service
|
||||||
|
```
|
||||||
|
|
||||||
|
WebGUI Manager (service port: 9090)
|
||||||
|
|
||||||
|
```
|
||||||
|
Manual start: systemctl start cockpit.socket
|
||||||
|
Manual stop: systemctl stop cockpit.socket
|
||||||
|
Enable autostart: systemctl enable cockpit.socket
|
||||||
|
Disable autostart: systemctl disable cockpit.socket
|
||||||
|
```
|
||||||
|
|
||||||
|
Web SSH Client (service port: 4200)
|
||||||
|
|
||||||
|
```
|
||||||
|
Manual start: systemctl start shellinabox.service
|
||||||
|
Manual stop: systemctl stop shellinabox.service
|
||||||
|
Enable autostart: systemctl enable shellinabox.service
|
||||||
|
Disable autostart: systemctl disable shellinabox.service
|
||||||
|
```
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
||||||
### 1-4. Some System Performance Testing Results
|
### 1-4. Some System Performance Testing Results
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue