From the course: Docker: Your First Project
Unlock the full course today
Join today to access over 24,600 courses taught by industry experts.
Reviewing a project on GitHub - Docker Tutorial
From the course: Docker: Your First Project
Reviewing a project on GitHub
- [Instructor] To get started with this project, first you need to get the code for the website from GitHub. You can find a link to the repository below. This repository has branches for each of the videos in this course. Each branch is named with the chapter number and movie number. You can use the branch pop-up menu in GitHub to switch to a specific branch and take a look at the course in that stage. There are additional instructions in the README file to help you get started. We're going to use Git Bash to clone the repository. If you do not have it installed, you can download it from the Git website at the link below. Open Git Bash and navigate to your project folder using the cd command. Next, type git clone and the URL of the repository. You can copy this from GitHub from the Code drop down on the HTTPS tab. Then change your directory to the GitHub project directory. As you go through the course, you can switch to…