> For the complete documentation index, see [llms.txt](https://docs.meterian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meterian.io/the-client/the-meterian-client-dockerized/troubleshooting/docker-specifics.md).

# Docker specifics

After installing Docker, if you are using a Linux distribution you may want to ensure that you can use it as non-root user by running this command:

```
 $ sudo setfacl --modify user:<user name or ID>:rw /var/run/docker.sock
```
