For Unit 1, there are various examples in the examples directory, and the homework is in the homework directory.
For this homework, you will become more familiar with the docker CLI commands introduced in class and in the examples.
- Click the "Use this Template" button in this repo to create a new, private repository for the assignment.
- Add your instructor as a collaborator ("CSCC-Instructor").
- Clone the repo you created into your VM environment (either using git clone or in IntelliJ)
- Create a new branch for your homework, and as you complete the assignment commit to this branch
Follow the instructions in the homework directory
- Push all your changes on your branch to origin
- Create a bundle of your repository using git bundle as described in Blackboard
- Go to GitHub and create a pull request from your branch into master
- Submit the assignment in Blackboard and include your bundle in the assignment.
NOTE: I will provide feedback via. comments in your pull request. If you need to amend your work after you issue your initial pull request:
- Commit your updates
- Push your changes to gitHub
- Verify the new commits were automatically added to your open pull request