Running docker containers is typically done with a simple docker run command, which is a combination of the docker create and docker start commands.
docker run
docker create
docker start
Visit the following resources to learn more: