Skip to content

Commit bc6ad91

Browse files
committed
update doc
1 parent 42fdefc commit bc6ad91

File tree

3 files changed

+35
-9
lines changed

3 files changed

+35
-9
lines changed

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
# ms-enclave
2-
3-
A modular and stable sandbox runtime environment
1+
<p align="center">
2+
<br>
3+
<img src="doc/asset/image/logo.png"/>
4+
<br>
5+
<p>
6+
7+
<p align="center">
8+
<a href="README_zh.md">中文</a> &nbsp | &nbsp English &nbsp
9+
</p>
10+
11+
<p align="center">
12+
<img src="https://img.shields.io/badge/python-%E2%89%A53.10-5be.svg">
13+
<a href="https://badge.fury.io/py/ms-enclave"><img src="https://badge.fury.io/py/ms-enclave.svg" alt="PyPI version" height="18"></a>
14+
<a href="https://pypi.org/project/ms-enclave"><img alt="PyPI - Downloads" src="https://static.pepy.tech/badge/ms-enclave"></a>
15+
<a href="https://github.com/modelscope/ms-enclave/pulls"><img src="https://img.shields.io/badge/PR-welcome-55EB99.svg"></a>
16+
<p>
417

518
## Overview
619

7-
ms-enclave is a modular and stable sandbox runtime environment that provides a secure isolated execution environment for applications. It achieves strong isolation through Docker containers, with accompanying local/HTTP managers and an extensible tool system, enabling you to safely and efficiently execute code in a controlled environment.
20+
ms-enclave is a modular and stable agent sandbox runtime environment that provides a secure isolated execution environment for applications. It achieves strong isolation through Docker containers, with accompanying local/HTTP managers and an extensible tool system, enabling you to safely and efficiently execute code in a controlled environment.
821

922
- 🔒 Secure Isolation: Full isolation and resource limitation based on Docker
1023
- 🧩 Modular: Extensible sandbox and tools (registration factory)

README_zh.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
1-
# ms-enclave
2-
3-
模块化且稳定的沙箱运行时环境
4-
5-
## 概述
1+
<p align="center">
2+
<br>
3+
<img src="doc/asset/image/logo.png"/>
4+
<br>
5+
<p>
6+
7+
<p align="center">
8+
中文 &nbsp | &nbsp <a href="README.md">English</a> &nbsp
9+
</p>
10+
11+
<p align="center">
12+
<img src="https://img.shields.io/badge/python-%E2%89%A53.10-5be.svg">
13+
<a href="https://badge.fury.io/py/ms-enclave"><img src="https://badge.fury.io/py/ms-enclave.svg" alt="PyPI version" height="18"></a>
14+
<a href="https://pypi.org/project/ms-enclave"><img alt="PyPI - Downloads" src="https://static.pepy.tech/badge/ms-enclave"></a>
15+
<a href="https://github.com/modelscope/ms-enclave/pulls"><img src="https://img.shields.io/badge/PR-welcome-55EB99.svg"></a>
16+
<p>
17+
18+
## 简介
619

720
ms-enclave 是一个模块化且稳定的沙箱运行时环境,为应用程序提供安全的隔离执行环境。它通过 Docker 容器实现强隔离,配套本地/HTTP 管理器与可扩展工具系统,帮助你在受控环境中安全、高效地执行代码。
821

doc/asset/image/logo.png

1.7 MB
Loading

0 commit comments

Comments
 (0)