Docker adguard installation

NethServer Version: 7.9.2009
Module: docker version: 2.18.3

Hello,
so I wanted to install adguardhome on docker from this link:
https://hub.docker.com/r/adguard/adguardhome
After downloading the docker image to my container and following the commands here I am unable to install adguard because the path /opt/adguardhome/work won’t be available so I can’t move forward.
Could anyone help installing adguard via docker in nethserver?
Thank you.

Hi @spayk

You can see examples of volume mounting in section:
3.1 Using volumes with containers
from the e-book Podman in Action: Podman in Action.

Your answer is in there.

You just have to consider: Docker commands <=> Podman commands

Michel-André