We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to start the Docker portainer but I keep getting an error:
docker run -d -p 8000:8000 -p 9000:9000 --name=portainer --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer-ce
But this keep coming up:
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried to start the Docker portainer but I keep getting an error:
But this keep coming up:
The text was updated successfully, but these errors were encountered: