mirror of
https://github.com/LIV2/container-gowin.git
synced 2025-12-06 00:23:51 +00:00
4 lines
319 B
Bash
Executable File
4 lines
319 B
Bash
Executable File
#!/bin/bash
|
|
docker run --rm -it -e DISPLAY=$DISPLAY -v /dev/bus:/dev/bus --device-cgroup-rule='c *:* rmw' -v /tmp/.X11-unix:/tmp/.X11-unix --hostname gowin --mac-address ${MAC} -v ~/.Xauthority:/home/ubuntu/.Xauthority -e XAUTHORITY=/home/ubuntu/.Xauthority -v ${PWD}/license.lic:/opt/gowin/license.lic -it liv2/gowin
|
|
|