Video Tutorial
Bring your own image from Docker Hub, AWS ECR, or any private registry. Containers run with optional GPU acceleration and stream output back to you in real time.
CLI
Thelyceum docker run command mirrors docker run semantics.
-d / --detach to return immediately and reconnect later with lyceum docker logs <execution_id>.
Flags
Private Registries
- Docker Hub
- AWS ECR
lyceum docker registry-examples.
Streaming Logs Later
Ctrl+C only disconnects from the log stream, it does not cancel the running execution.
API
The CLI is a thin wrapper aroundPOST /api/v2/external/execution/image/start. Use the API directly when integrating with custom orchestration.
Request fields
See the API Reference for the complete schema and response shape.
Troubleshooting
Image pull errors
Image pull errors
- Verify the image name and tag exist
- Check registry credentials and
--registry-type - Ensure the image is built for
linux/amd64 - Test the pull locally first:
docker pull your-image:tag
Authentication failed (HTTP 401)
Authentication failed (HTTP 401)
Run
lyceum auth login to refresh your credentials, then retry.Need help? Contact support@lyceum.technology.

