Help with Docker and Dockge on TrueNAS-SCALE-24.04.2.3

I’m following the video Stux posted on youtube to get docker and dockge setup using jailmaker. I’ve installed jailmaker, created the datasets and then installed docker.
I’ve bound the paths and tested that they work. I reserved the IP and can ping google from the docker shell.

I’m at the part where you install dockge using the install_dockge.sh script and get this error:
install_dockge.sh: 9: docker: not found

why would the docker container not be able to find itself??
any advice would be appreciated!

Maybe because docker isn’t installed… if i remember correctly i had to manually use apt to install docker.
Check with standard docker commands if it’s installed

1 Like
- /var/run/docker.sock:/var/run/docker.sock

this is the part of the script that is failing.

i guess i just assumed the template worked when setting it up within jailmaker. it did not. i used the manual install instructions and it installed and is now installing dockge.

thank you!

Btw, if you update to 24.10.1 you don’t need jailmaker anymore to run docker, since it’s now native in the latest version of scale.