i receive this massage when i try to access my docker, Permission denied.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
It sounds like that you are hitting the same permissions problem as described in the following question:
I would recommend following the steps from the accepted answer where you would have to add your shell user to the Docker group in order to be able to run the
docker
command without having to writesudo
each time.Best,
Bobby