Async docker launch
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.
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.