Old Java Applets in Docker on WSL2
April 21, 2023
A quick snippet. Sometimes it is necessary to have a very old browser kicking around somewhere with all the security hooks turned off and with an old version of Java on it. The usual use case for this is getting access to some kind of embedded console, and you certainly do not want to be using that as your standard browser. A throwaway container that can run the browser for you on demand is exactly what is needed in that situation.
