Skip to main content

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

The lyceum docker run command mirrors docker run semantics.
By default the command streams container output until completion. Pass -d / --detach to return immediately and reconnect later with lyceum docker logs <execution_id>.

Flags

Private Registries

For a printable cheat-sheet, run 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 around POST /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

  • 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
Run lyceum auth login to refresh your credentials, then retry.
Need help? Contact support@lyceum.technology.