SIMH ready docker image using as base the Debian light bitnami
$ docker run -it k3ck3c/simh_bitnami
MicroVAX 3900 simulator V4.0-0 Beta git commit id: d68c021d sim>
Size 88.86 MB
The Dockerfile
FROM bitnami/minideb:latest
RUN apt-get update
&& apt-get install -y --no-install-recommends make libpcap-dev bridge-utils uml-utilities git make g++ vde2
&& git config --global http.sslVerify false
&& git clone http://github.com/simh/simh.git
&& cd simh
&& make
&& apt-get remove --purge -y libpcap-dev make bridge-utils uml-utilities git make g++ vde2 $(apt-mark showauto) && rm -rf /var/lib/apt/lists/*
&& cd .. ; mv simh/BIN BIN ; ls BIN ; rm -rf simh
CMD ["./BIN/vax"]
Content type
Image
Digest
Size
34.2 MB
Last updated
almost 10 years ago
docker pull k3ck3c/simh_bitnami