• Meaning: Attaches to the container's STDOUT/STDERR. Usage: Allows you to view the output of a container when it starts. Example: docker start -a my-container attaches to the output of my-container.

    docker start -a <container_name>