Home Explore Blog CI



docker

1st chunk of `content/includes/root-errors.md`
790fb9cac75870f64c4a01585d448081c01f6f81ce82ee780000000100000169
> [!TIP]
> 
> Receiving errors when trying to run without root?
>
> The `docker` user group exists but contains no users, which is why you’re required 
> to use `sudo` to run Docker commands. Continue to [Linux postinstall](/engine/install/linux-postinstall) 
> to allow non-privileged users to run Docker commands and for other optional configuration steps.

Title: Troubleshooting Docker Permissions: Running Docker Commands Without Sudo
Summary
If you are encountering errors when running Docker commands without root privileges (using `sudo`), it's likely because your user is not part of the `docker` group. The `docker` group exists but contains no users by default. The linked Linux postinstall guide provides instructions on how to configure Docker to allow non-privileged users to run Docker commands and perform other optional setup steps.