add script to run old browser with java on current machine
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 12s
This commit is contained in:
parent
55b1c33adc
commit
5c52690d77
1 changed files with 5 additions and 0 deletions
5
run-old-firefox.sh
Normal file
5
run-old-firefox.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue