ā¶ļø
Running Containers
Starting and managing containers
Step 1 of 3
docker run
`docker run` creates and starts a container from an image. If the image is not local, Docker pulls it first.
bash
docker run nginx:latestš¦
Imageread-only templateā¶ļø
Containerrunning instance