Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
/ CAB432Assignment1 Public archive

Assignment 1 for CAB432 (Cloud Computing) at QUT, a subject on Docker and cloud APIs.

License

Notifications You must be signed in to change notification settings

me4502/CAB432Assignment1

Repository files navigation

CAB432Assignment1

Assignment 1 for CAB432 (Cloud Computing) at QUT, a subject on Docker and cloud APIs.

Creating a Docker Image

Before creating the docker image, make sure you've setup the required API keys in the photo_app.conf file, this gets copied to the container.

In order to create a docker image, make sure you have docker installed, and run ./gradlew docker --info (Or gradlew docker --info on Windows).

This will automatically generate the docker image, which may take a while. The image will be registered with your docker install.