Skip to content

Commit 339b900

Browse files
committed
update docs
1 parent d969dfd commit 339b900

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Dstack
22

3-
Dstack is a **developer friendly** and **security first** SDK to simplify the deployment of arbitrary Docker-based apps into TEE.
4-
5-
> **NOTE**
6-
>
7-
> This tutorial assumes you have access to a compatible Intel TDX Server ready to be configured with Dstack. Check the [Hardware Requirements](https://docs.phala.network/dstack/hardware-requirements) for more information on buying a bare metal server or renting a server from OVH. To start learning about Dstack check out the [docs](https://docs.phala.network/dstack/overview).
8-
>
9-
> If you are looking to deploy a CVM in minutes, go to the docs to learn how to [sign-up for a Phala Cloud Account](https://docs.phala.network/phala-cloud/getting-started/sign-up-for-cloud-account) and [deploy your first CVM on Dstack]((https://docs.phala.network/phala-cloud/getting-started/start-from-cloud-ui)).
3+
Dstack is a **developer friendly** and **security first** SDK to simplify the deployment of arbitrary containerized apps into TEE.
104

115
Main features:
126

13-
- 🔒 Deploy Docker apps securely in TEE in minutes
7+
- 🔒 Deploy containerized apps securely in TEE in minutes
148
- 🛠️ Use familiar tools - just write a docker-compose.yaml
159
- 🔑 Safely manage secrets and sensitive data
1610
- 📡 Expose services via built-in TLS termination
@@ -51,10 +45,16 @@ dstack/
5145

5246
## Prerequisites
5347

54-
- A TDX host machine setup following [canonical/tdx](https://github.com/canonical/tdx)
48+
- A bare metal TDX server setup following [canonical/tdx](https://github.com/canonical/tdx)
5549
- Public IPv4 address assigned to the machine
56-
- A domain name you can modify DNS records
5750
- At least 16GB RAM, 100GB free disk space.
51+
- A domain with DNS access if you want to set up `dstack-gateway` for Zero Trust HTTPS
52+
53+
> [!NOTE]
54+
>
55+
> This doc assumes you have access to a compatible Intel TDX Server ready to be configured with Dstack. Check the [Hardware Requirements](https://docs.phala.network/dstack/hardware-requirements) for more information on buying a bare metal server or renting a server from OVH. To start learning about Dstack check out the [docs](https://docs.phala.network/dstack/overview).
56+
>
57+
> If you are looking to deploy a CVM in minutes, go to the docs to learn how to [sign-up for a Phala Cloud Account](https://docs.phala.network/phala-cloud/getting-started/sign-up-for-cloud-account) and [deploy your first CVM on Dstack]((https://docs.phala.network/phala-cloud/getting-started/start-from-cloud-ui)).
5858
5959
## Install dependencies
6060

docs/assets/arch.png

26.5 KB
Loading

docs/deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ npx hardhat app:add-hash --network phala --app-id 0xA35b434eE853fdf9c2Bf48Fa1583
340340

341341
After the app starts normally, click [Board] to access.
342342

343-
You can see connections to two tproxy nodes:
343+
You can find the connections to dstack-gateway nodes, meaning that the app is now reachable from the internet:
344344

345345
![app board](assets/app-board.png)

0 commit comments

Comments
 (0)