|
1 | 1 | # Dstack |
2 | 2 |
|
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. |
10 | 4 |
|
11 | 5 | Main features: |
12 | 6 |
|
13 | | -- 🔒 Deploy Docker apps securely in TEE in minutes |
| 7 | +- 🔒 Deploy containerized apps securely in TEE in minutes |
14 | 8 | - 🛠️ Use familiar tools - just write a docker-compose.yaml |
15 | 9 | - 🔑 Safely manage secrets and sensitive data |
16 | 10 | - 📡 Expose services via built-in TLS termination |
@@ -51,10 +45,16 @@ dstack/ |
51 | 45 |
|
52 | 46 | ## Prerequisites |
53 | 47 |
|
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) |
55 | 49 | - Public IPv4 address assigned to the machine |
56 | | -- A domain name you can modify DNS records |
57 | 50 | - 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)). |
58 | 58 |
|
59 | 59 | ## Install dependencies |
60 | 60 |
|
|
0 commit comments