From the course: Learning Docker
How to use the exercise files - Docker Tutorial
From the course: Learning Docker
How to use the exercise files
- [Instructor] Some videos in this course come with exercise files that are used within a terminal session. To get to them, simply type cd, then enter the path to the exercise file for that video. For example, my exercise files are on my desktop. To get to them within my terminal, I'll type cd, then a tilda, which is short for my home directory. Then a slash, then desktop, then another slash, and then finally, in double quotes, exercise files. Now I need to quote this because exercise files has a space between them, but if your exercise files does not have a space, you can leave the double quotes out. If you look at my title bar you'll see that it is currently set to the folder I'm in, or exercise files in this case. If you want to go to the exercise files for a specific video, like say, 4.3, type in cd. Then the folder name, which in this case will be oh four, underscore, oh three, underscore, and then before. Note that because there aren't any spaces in here, you can also leave out the double quotes and this will work fine. Okay, so now we're in the correct folder to follow along. Once here, you can use LS to quickly list the files within.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.