rolandweber / Pityoulish

A collection of programming/debugging exercises to support a course on Distributed Systems.
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Container image for the MessageBoard server #103

Closed rolandweber closed 4 years ago

rolandweber commented 4 years ago

Define a container image for running a server for both ~classroom~ exercises: Sockets and Java RMI. Part of issue #97.

I'm using podman rather than docker for building the image, but still in the Docker image format. Rules for building and running the image locally are in a Makefile which expects GNU make.

As defined in this PR, Java RMI will only work with the container running on localhost. I'll figure out how to provide the hostname once I know how to run the image in the Cloud, for this year's online class.