Skip to content

Commit 5836251

Browse files
committed
Add the assignment to write a hello-world program
[refs #61aa1809f705]
1 parent cf283cb commit 5836251

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Write your own hello-world program
2+
* Pick a language of your choice
3+
* Find an image in the Docker Store
4+
* Write the source code
5+
* Add a Dockerfile
6+
* Set the working directory (WORKDIR)
7+
* Copy the source code (COPY)
8+
* Compile it if necessary (RUN)
9+
* Execute the program (CMD)
10+
* Build the image and run it

0 commit comments

Comments
 (0)