There's a version 0.21 of SixtyPical actually, so update this.
Chris Pressey
1 year, 4 months ago
1 | 1 | |
2 | 2 | Example of use: |
3 | 3 | |
4 | docker pull catseye/sixtypical:0.20 | |
5 | docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/sixtypical:0.20 \ | |
4 | docker pull catseye/sixtypical:0.21 | |
5 | docker run --user $(id -u):$(id -g) -i -t -v "${PWD}:/mnt/host" catseye/sixtypical:0.21 \ | |
6 | 6 | sixtypical eg/funrun.60p -o funrun.bin |
7 | 7 | |
8 | 8 | This Docker image is fairly experimental. Please don't lean on it too heavily. |