docker start my-container

Meaning: Starts a stopped container.

Usage: To resume a container that was previously stopped.

Example:docker start my-container starts the container named my-container.

-a (Attach)