Command
Explanation
This command creates and starts a container from an image. The -d flag runs it in detached mode (background), while -it allocates a pseudo-TTY and keeps STDIN open for interaction.
Examples
Run Nginx in detached mode
Run interactive Ubuntu container