ā–¶ļø

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