Provides OpenTaxSolver GUI in a Docker container.
Usage:
-
Install socat and your favorite X11 server. For example, on macOS:
brew install socat command -v Xquartz || brew cask install xquartz
-
Run
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" & docker run --rm -it -e DISPLAY=host.docker.internal:0 -v $HOME/taxes:/taxes dinvlad/opentaxsolver
-
Use
/taxes
folder to store your tax files from the UI. The files will appear in$HOME/taxes
folder on your computer.