mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-14 12:33:45 +00:00
add quick-start setup to Dockerfile
This commit is contained in:
parent
5ee25cccc1
commit
6af45c5f1d
@ -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
6
setup.conf
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user