/CSC2310-dockerize

For converting the completed F22 CSC2310 project into a docker container

Primary LanguageShellMIT LicenseMIT

CSC2310-dockerize

For converting the completed F22 CSC2310 project into a docker container


Important!

The files in this repository must be in the project's root directory


Build the container

From the project's root directory:
Linux

docker build -t it2 .

Windows

docker build -t it2 .

Run the container (detached)

Linux

sudo docker run -dp 5000:5000 it2

Windows

docker run -dp 5000:5000 it2