docker run alternative
docker run
{{ image }}
=
docker create
{{ image }}
+
docker start -a
{{ image }}
-a
- attach to the container and print the output to the stdout