ekimmbi

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022
03:46 PM
- 1,933 Views
DO180-Chapter7-Guided Exercise-1-Containerfile
In the file line 5: "/home/student/DO180/labs/multicontainer-design/deploy/nodejs" Containerfile"
"COPY run.sh build ${HOME}/"
Questions:
- What is build here? I don't see a file called build?
- What is "${HOME}/"? In the Containerfile, it doesn't specify a User, so it is /root?
I guess I can find out once the container is build.
Also the course didn't mention the usage of ARG?
Thanks!
2 Replies
ekimmbi

Mission Specialist
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2022
03:48 PM
- 1,932 Views
Sorry I saw it, the build.sh script creates a folder build later.


Flight Engineer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2022
10:03 AM
- 1,911 Views
I'm glad you found your answer. That means you're learning
Join the discussion
You must log in to join this conversation.