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: Docker Docs
Last updated 4 months ago