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.
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 thandocker
for building the image, but still in the Docker image format. Rules for building and running the image locally are in aMakefile
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.