Files needed to build a PDP-11 container and deploy it in Kubernetes
 
 
Go to file
Dessa Simpson 99a66f4cfd initial commit 2023-10-26 01:07:23 -07:00
docker initial commit 2023-10-26 01:07:23 -07:00
k8s initial commit 2023-10-26 01:07:23 -07:00
.gitignore initial commit 2023-10-26 01:07:23 -07:00
README.md initial commit 2023-10-26 01:07:23 -07:00
bootstrap-k8s.sh initial commit 2023-10-26 01:07:23 -07:00

README.md

PDP-11 in Docker/Kubernetes

Docker

To build the container, run docker/build.sh [tag] with the tag you want to apply to the image.

To run the container, use the following command adapted to your needs:

docker run -d --rm --privileged --name pdp -v `pwd`/rq0.dsk:/mnt/rq0.dsk <tag>

Kubernetes

To run in Kubernetes, first you need to build the docker image and push it to a registry your cluster has access to.

Once you've done that, edit k8s/deployment.yaml