Skip to content

Commit f032193

Browse files
committed
limit height
1 parent 0bd7128 commit f032193

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dstack is community driven. Open sourced and built by [Kevin Wang](https://githu
6161

6262
<div align="center">
6363

64-
![Architecture Diagram](./docs/assets/arch.png)
64+
<img src="./docs/assets/arch.png" alt="Architecture Diagram" height="300">
6565

6666
</div>
6767

@@ -172,7 +172,7 @@ Open the dstack-vmm webpage [http://localhost:9080](http://localhost:9080) (chan
172172

173173
<div align="center">
174174

175-
![VMM Interface](./docs/assets/vmm.png)
175+
<img src="./docs/assets/vmm.png" alt="VMM Interface" height="400">
176176

177177
</div>
178178

@@ -183,15 +183,15 @@ After the container deployed, it should need some time to start the CVM and the
183183

184184
<div align="center">
185185

186-
![Guest Agent Dashboard](./docs/assets/guest-agent.png)
186+
<img src="./docs/assets/guest-agent.png" alt="Guest Agent Dashboard" height="300">
187187

188188
</div>
189189

190190
- **Gateway Dashboard**: You can open dstack-gateway's dashboard at [https://localhost:9070](https://localhost:9070) to see the CVM's wireguard ip address:
191191

192192
<div align="center">
193193

194-
![Gateway Dashboard](./docs/assets/gateway.png)
194+
<img src="./docs/assets/gateway.png" alt="Gateway Dashboard" height="150">
195195

196196
</div>
197197

@@ -201,7 +201,7 @@ When deploying a new App, you can pass private data via Encrypted Environment Va
201201

202202
<div align="center">
203203

204-
![Secret Management](./docs/assets/secret.png)
204+
<img src="./docs/assets/secret.png" alt="Secret Management" height="300">
205205

206206
</div>
207207

@@ -369,7 +369,7 @@ $ RUST_LOG=info,certbot=debug ./certbot renew -c certbot.toml
369369

370370
<div align="center">
371371

372-
![Certbot CAA](./docs/assets/certbot-caa.png)
372+
<img src="./docs/assets/certbot-caa.png" alt="Certbot CAA" height="300">
373373

374374
</div>
375375

@@ -381,7 +381,7 @@ Execute dstack-gateway with `sudo ./dstack-gateway -c gateway.toml`, then access
381381

382382
<div align="center">
383383

384-
![Gateway Account ID](./docs/assets/gateway-accountid.png)
384+
<img src="./docs/assets/gateway-accountid.png" alt="Gateway Account ID" height="300">
385385

386386
</div>
387387

0 commit comments

Comments
 (0)