Add docker container architecture

This commit is contained in:
f-trycua
2025-08-26 12:19:43 +02:00
parent 99ab2815ef
commit 71bfbf11cd
4 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ cua provides local containers using different providers depending on your host o
```bash
# Option 1: Pull from Docker Hub
docker pull trycua/cua-ubuntu:latest
docker pull --platform=linux/amd64 trycua/cua-ubuntu:latest
# Option 2: Build locally
cd libs/kasm

View File

@@ -72,7 +72,7 @@ Choose how you want to run your cua computer. **Cloud containers are recommended
2. Pull the CUA Ubuntu container
```bash
docker pull trycua/cua-ubuntu:latest
docker pull --platform=linux/amd64 trycua/cua-ubuntu:latest
```
</Tab>

View File

@@ -71,7 +71,7 @@ Choose how you want to run your cua computer. **Cloud containers are recommended
2. Pull the CUA Ubuntu container
```bash
docker pull trycua/cua-ubuntu:latest
docker pull --platform=linux/amd64 trycua/cua-ubuntu:latest
```
</Tab>

View File

@@ -72,7 +72,7 @@ Choose how you want to run your cua computer. **Cloud containers are recommended
2. Pull the CUA Ubuntu container
```bash
docker pull trycua/cua-ubuntu:latest
docker pull --platform=linux/amd64 trycua/cua-ubuntu:latest
```
</Tab>