add quick-start setup to Dockerfile

This commit is contained in:
Christopher Mosher 2018-12-28 15:22:22 -05:00
parent 5ee25cccc1
commit 6af45c5f1d
3 changed files with 15 additions and 2 deletions

View File

@ -33,6 +33,12 @@ COPY bootstrap configure.ac Makefile.am ./
COPY NEWS README AUTHORS ChangeLog COPYING* ./
ADD https://mosher.mine.nu/monitor.a65 ./
ADD https://mosher.mine.nu/applesoft.a65 ./
ADD https://mosher.mine.nu/disk2.a65 ./
ADD https://mosher.mine.nu/choplifter.woz ./
COPY setup.conf ./
COPY src/ ./src/
COPY conf/ ./conf/
COPY rom/ ./rom/
@ -75,4 +81,5 @@ COPY supervisor/commands ./
ENV DISPLAY :0
ENV SDL_VIDEODRIVER x11
EXPOSE 80 5900
# EXPOSE 80 5900
EXPOSE 5900

6
setup.conf Normal file
View File

@ -0,0 +1,6 @@
import motherboard rom 0000 applesoft.a65
import motherboard rom 2800 monitor.a65
slot 0 language
slot 6 disk
import slot 6 rom 0 disk2.a65
load slot 6 drive 1 choplifter.woz

View File

@ -11,7 +11,7 @@ redirect_stderr=true
stdout_logfile_maxbytes=0
[program:epple2]
command=epple2
command=epple2 setup.conf
stdout_logfile=/dev/stdout
redirect_stderr=true
stdout_logfile_maxbytes=0