Skip to content

Sandbox Commands

Commands for sandbox

Command Count

This service has 11 command demonstrations.

Configure Sandbox

ujust sandbox config --instance=10000 --workspace-dir=/var/home/atrawog/Sync --image=localhost/test-sandbox --tag=latest

Restart Sandbox

ujust sandbox restart --instance=10000

Start Sandbox

ujust sandbox start --instance=10000

Check Status

ujust sandbox status --instance=10000

View Logs

ujust sandbox logs --instance=10000 --lines=30

Run Ujust

ujust sandbox shell --instance=10000 -- ujust --version

Shell Command

ujust sandbox shell --instance=10000 -- ls -la /workspace

Stop Sandbox

ujust sandbox stop --instance=10000

Delete Instance

ujust sandbox delete --instance=10000

Gemini Version

ujust sandbox shell --instance=10000 -- gemini --version

Nested Container

ujust sandbox shell --instance=10000 -- podman run --rm docker.io/library/hello-world