We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9faf0b + 92537de commit e9302faCopy full SHA for e9302fa
1 file changed
README.md
@@ -22,6 +22,7 @@ For Linux, install Docker Engine from the official Docker repository:
22
23
```bash
24
curl -fsSL https://get.docker.com | sudo bash
25
+sudo usermod -aG docker $USER # give user permission to access docker daemon, relogin to take effect
26
```
27
28
Docker Model Runner is included in Docker Engine when installed from Docker's official repositories.
0 commit comments