docker run -itd \ --name vx \ --net=host \ --device=/dev/dri:/dev/dri \ -e AUTO_START_WECHAT=false \ -e AUTO_START_QQ=false \ -e TITLE='Online PC 2028' \ -e CUSTOM_USER='admin' \ -e PASSWORD='admin' \ -e LC_ALL=en_US.UTF-8 \ -e TZ="$(curl -s https://ipinfo.io/timezone)" \ -v "$(pwd)/config:/config" \ --log-opt max-size=100m \ --log-opt max-file=3 \ --restart unless-stopped \ --security-opt=no-new-privileges=false \ docker.cnb.cool/a202508/feedback:latest