Docker using SSH connexion
Answered
I'm trying to manage my docker via intelliJ in SSH. I'm using a non-root user, who has sudo rights and is in the docker group (to access /var/run/docker.sock).
To connect, I use a public/private key. However, I have the following errors.
Cannot connect to the Docker daemon. Is the docker daemon running?
Can you, please, help me.
Thanks
Please sign in to leave a comment.
Hello, Dumernet. Could you please share the output of the
docker --host ssh://<host> pscommand performed from your PC?<host>here is a hostname or address you used when setting up the Docker connection in the IDE.