run Explanation: In Docker, the run subcommand is used to create and start a new container from an image. The full command typically includes the image name and any additional parameters needed to configure the container. References: * Docker Documentation - run