markcornwell / spacewar

Javascript implementation of 1962 game Spacewar! originally developed for the PDP-1
MIT License
0 stars 0 forks source link

Package up servers as Docker images. #43

Open markcornwell opened 4 years ago

markcornwell commented 4 years ago

Did a good deal of research to figure out how to package up services as docker containers. We now have 3 container images:

 markcornwell/spacewar-lobby:1
 markcornwell/spacewar-server:1
 markcornwell/welcome-to-spacewar:1

Need to add notes to the README.md on how to run these.

markcornwell commented 4 years ago

Key to understanding these docker images in the diagrams in doc/spacewar-v3.pdf.

markcornwell commented 4 years ago

Still needs some integration. Also, an orchestration solution. Including a .dockeringore file could bring down my image sizes. Also look into other base images such as alpine.