Containers
docker run
Start container.
Syntax
$docker run [OPTIONS] IMAGE [COMMAND]
Examples
$docker run hello-world
$docker run -d nginx
Typical use cases
?
Standard usage
docker run --help
Note
Start container.
Export