docker run --name <container_name> <image>

Meaning: Assigns a name to the container. Usage: Provides a human-readable name for the container for easier management. Example: docker run --name my-nginx nginx names the container my-nginx.