Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 493 Bytes

execution_space.rst

File metadata and controls

15 lines (8 loc) · 493 Bytes

Execution Space

An execution space is a system where docker containers can run.

In the ETOS world the execution space is responsible for receiving a run order where it will start a docker container using the instructions from the etos-environment-provider.

This execution space will then execute the docker container until completion and then shut down.

An example of an execution space is Jenkins