All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
5 lines
155 B
Bash
5 lines
155 B
Bash
#!/bin/sh
|
|
# 2025-12-24, Nico Schottelius
|
|
# use this to connect to old java enabled remote access
|
|
|
|
docker run -ti --rm --net=host ungleich/firefox-java-vnc
|