Portainer Installing/Running Correctly when built from template, manual pull issue

December 28, 2023, 12:32

seanz25

I have docker and portainer running on my pi, using the app template from pi hole if I deploy a container using an image everything works fine, I get a published port and can connect and access the app in question with no issues. I've tried to manually pull one or two images, (Dashy in this case) this works fine, it's when I deploy them as a container, they run fine according to portainer but I don't get a published port listed, so can't access? Any ideas

jannik44

docker ips are internal, so you dont have to censor them

jannik44

also, you need to use -p to publish a port

seanz25

via portainer?

jannik44

no, via docker cli

oops.se

How do you deploy docker containers? CLI or Docker Compose?