Skip to content

Isolating Execution

Carter edited this page Mar 11, 2025 · 1 revision

Challenge

How do we create an execution environment where code can be run safely?

The answer is to run the solution in a containerized environment and have the tests checked that way.

Docker SDK

The Docker SDK will be used to programmatically interface with the running of the code.

Clone this wiki locally