We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf283cb commit 5836251Copy full SHA for 5836251
developing/examples/hello-world/assignment1.md
@@ -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