Create a new virtual computer
new
command creates a new virtual computer in your cuse project. It sets up a Docker container with the specified operating system and configures the necessary services for remote access.
Option | Description |
---|---|
computer-name | Optional name for the new computer. If not provided, you’ll be prompted to enter one |
--template | Computer template (e.g., ‘ubuntu’) |
--platform | Platform choice (currently supports: ‘linux’) |
--config | Path to configuration file (defaults to ‘cuse.config.yml’) |
http://localhost:4242/<computer-name>
http://localhost:4242/<computer-name>/novnc/
http://localhost:4242/<computer-name>/vnc/
npx @cusedev/cli proxy status
docker logs <container-id>
docker logs cuse-proxy
npx @cusedev/cli start <computer-name>