We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01d623 commit 1ef73b3Copy full SHA for 1ef73b3
1 file changed
develop/develop-images/baseimages.md
@@ -90,7 +90,7 @@ current directory.
90
>
91
> container# apt-get update && apt-get install build-essential
92
> container# cd /build
93
-> container# gcc -o hello -static -nostartfiles hello.c
+> container# gcc -o hello -static hello.c
94
> ```
95
96
To run your new image, use the `docker run` command:
0 commit comments