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