mirror of
https://github.com/trycua/computer.git
synced 2026-02-17 20:10:07 -06:00
Add docker container architecture
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user