Details
Description
Docker image may have ENTRY_POINT predefined, but this is not supported in the current implementation. It would be nice if we can detect existence of launch_command and base on this variable launch docker container in different ways:
Launch command exists
docker run [image]:[version] docker exec [container_id] [launch_command]
Use ENTRY_POINT
docker run [image]:[version]