Fun with Docker and TK5s files

Found out I can look at the running TK5 container files in Docker. If you look at the running TK5 container in Docker Desktop, one of the Actions is View Files. So you can for instance look at TK5s printer (prt) you can also copy a file and paste locally if you want. This is useful for CLASS=A, MSGCLASS=A jobs that leave TK5.

Or you can start the TK5 container inside a directory where you want the prt files to be… real time. Like so…

docker run -ti \
  -v "$(pwd)":/tk5/prt:rw \
  -p 3270:3270 -p8038:8038 tk5