Replies: 1 comment
-
Does this still persist? not sure what is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello All,
I am new to Docker/Portainer and trying to deploy Watchtower as a stack in Portainer. My Portainer Stack is configured like so:
version: "3"
services:
watchtower:
image: containrrr/watchtower:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock -v
labels:
- "com.centurylinklabs.watchtower.enable=true"
restart: unless-stopped
This yields the following error in the Portainer logs for the container:
I'm also not able to console in the machine from portainer and get this error when trying to do so:
I can connect to my other containers just fine and all is working in my Rasberry Pi Docker environment except Watchtower.
Could anyone please help in pointing me in the right direction for a solution?
Beta Was this translation helpful? Give feedback.
All reactions