Launches a container with the specified disk mounted, runs the given command to completion, and shuts down the container. Returns immediately with the container info; poll the container endpoint for completion.
API key (format key-{API_KEY})
Disk ID (format dsk-{16 hex chars})
^dsk-[0-9a-f]{16}$"dsk-0123456789abcdef"
Shell command to execute inside the container
"ls -la /mnt/archil"