SOLVED How to run "docker network prune"

Roaders

Dabbler
Joined
Sep 30, 2023
Messages
34
Hi All
I run the home assistant app on my Truenas Scale and I get an error in the log:
Unable to set up dependencies of default_config. Setup failed for dependencies: zeroconf

based on this thread:

"all" I need to do is run `docker network prune`

the docker command does not seem to be available on my machine though:

root@ring[/bin]# docker network prune
zsh: command not found: docker
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Did you enable host networking? Is that available in that particular app?
 

Roaders

Dabbler
Joined
Sep 30, 2023
Messages
34
It is available on the truecharts app but not if I use a custom app and just install the docker image. I am currently using the truecharts app and host network is turned on and I still get this issue
 

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
Then your best bet is the TrueCharts Discord for support.

You are not running docker compose, you are not even running docker, so the solution for that particular user with that particular docker-compose file is definitely not applicable to your problem.
 

Roaders

Dabbler
Joined
Sep 30, 2023
Messages
34
it turns out that the solution to this was to turn of the mDNS option in Scale networking advanced options. It uses the port and prevents homeassistant using it if turned on. This leads to the default_config and zeroconfig errors.
 
Top