@@ -52,7 +52,13 @@ If these optional parameters are not specified, the build process will ask for t
## How to run the Docker image
Once the Docker image has been created and the [Docker daemon is running](https://docs.docker.com/config/daemon/), you can shell into the container mounting a local folder where the output files will be stored, using:
Once the Docker image has been created and the [Docker daemon is running](https://docs.docker.com/config/daemon/), you can create a local folder where the output files will be stored using, for example:
```shell
mkdir$HOME/favad_output/
```
Finally, shell into the Docker container mounting the created folder:
```shell
sudo docker run -t-i--volume$HOME/favad_output/:/home/favad/sample/output/ favad /bin/bash