Last updated 8 months ago
docker run
Run a command in a new container
$ docker run {options} {image} {command} {ARG...}
azureuser@Azure:~$ docker run ubuntu echo "Hi there!" Hi there!
Source: