`docker run` is the call to execute a certain command inside a container. `--rm` makes sure that the container is removed from the system once the job completed.
Since the container has its own internal file system separated, `-v` is utilised to mount a directory from the host into the container.