I suppose the snippet for following has a typo, as it has the temporary container's line verbatim.
Run iVentoy with the volume for data mounted.
So putting what worked for me, using --net=host.
Apart from that, at least on Debian 12 repos, docker.io does not allow using --name tag after the image, that also has been fixed. And abbreviation of temporary fixed to tmp from temp.
I suppose the snippet for following has a typo, as it has the temporary container's line verbatim.
So putting what worked for me, using
--net=host
.Apart from that, at least on Debian 12 repos,
docker.io
does not allow using--name
tag after the image, that also has been fixed. And abbreviation of temporary fixed totmp
fromtemp
.