Docker - Run docker container
Start docker interactive container. This container will terminate as soon as command has executed.
Start docker interactive container. This container will terminate as soon as command has executed.
The docker binary executes command run with the image specified.
docker run {{image}}