Skip to content

Commit

Permalink
fix[close #1]: 3D acceleration doesn't work if container was created …
Browse files Browse the repository at this point in the history
…with --unshare-all
  • Loading branch information
mirkobrombin authored Aug 2, 2024
1 parent 66d3a94 commit a36ea62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ podman image build -t vanillaos/virt .
> The container needs to be rootfull.
```bash
distrobox create --root --init --unshare-all -i ghcr.io/vanilla-os/virt:main -n virt # replace with your local image if you built it
distrobox create --root --init --unshare-groups --unshare-ipc --unshare-netns --unshare-process -i ghcr.io/vanilla-os/virt:main -n virt # replace with your local image if you built it
distrobox enter --root virt
```

Expand Down Expand Up @@ -66,4 +66,4 @@ if the above command fails due to missing network, try loading it from the XML:
sudo virsh net-define /usr/share/libvirt/networks/default.xml
sudo virsh net-start default
virsh net-autostart default
```
```

0 comments on commit a36ea62

Please sign in to comment.