mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-07-17 16:36:49 +00:00
VNC-151 Update container run command to include video/render devices and SSH port mapping
This commit is contained in:
parent
c4a79ab584
commit
a0b984b804
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update --remote --merge
|
git submodule update --remote --merge
|
||||||
sudo docker build -t kasmvnc:dev -f builder/dockerfile.ubuntu_jammy.dev .
|
sudo docker build -t kasmvnc:dev -f builder/dockerfile.ubuntu_jammy.dev .
|
||||||
sudo docker run -it --rm -v ./:/src -p 6901:6901 -p 8443:8443 --name kasmvnc_dev kasmvnc:dev
|
sudo docker run -it --rm -v ./:/src -p 2222:22 -p 6901:6901 -p 8443:8443 --device=/dev/dri/card0 --device=/dev/dri/renderD128 --group-add video --group-add render --name kasmvnc_dev kasmvnc:dev
|
||||||
```
|
```
|
||||||
|
|
||||||
**The above assumes you are UID 1000 on the host as the container UID is 1000.**
|
**The above assumes you are UID 1000 on the host as the container UID is 1000.**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue