Home Explore Blog CI



docker

content/includes/root-errors.md
5ee80602b0ae821484aace62ecd30a507af7645d10d0ac070000000300000169
> [!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.

Chunks
790fb9ca (1st chunk of `content/includes/root-errors.md`)
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.