Once you've pulled a Docker image, you can run within a container. You can think of containers as the virtual machine that's running the image you pulled. When a container is initialized and run, it's given a unique hash and a unique string name. When you want to access the container, you refer to its unique hash/string. You can also give your container a unique name, as demonstrated below:
> **NOTE:** `--privileged` is only required when using FireMarshal.
> :exclamation: **NOTE:** `--privileged` is only required when using FireMarshal.
- Running a Docker container interactively
- This runs the Docker container and attaches the console of your container