Skip to content

Async docker launch

Lauri Himanen requested to merge async-docker-launch into develop

Wrapped the docker launch in an async function. This should fix problems with the API hanging on docker startup, but also implies that the API does properly handle and report exceptions happening during the docker launch.

Merge request reports