Skip to content

Commit 66274da

Browse files
authored
Update README.md
1 parent 2ebe329 commit 66274da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ brew install docker/tap/sbx
3535
winget install -h Docker.sbx
3636
```
3737

38+
### Linux (Ubuntu)
39+
40+
```bash
41+
curl -fsSL https://get.docker.com | sudo REPO_ONLY=1 sh
42+
sudo apt-get install docker-sbx
43+
sudo usermod -aG kvm $USER
44+
newgrp kvm
45+
```
46+
47+
3848
## Manual install from release artifacts
3949

4050
Download the artifacts for your platform from the

0 commit comments

Comments
 (0)