mirror of https://github.com/docker/docs.git
Update hello-world ref to clarify it is source only
The "hello-world" repository (somewhat intentionally) does not contain any instructions for building it, but the instructions to do so already followed this line, so this adjusts the wording to be more clear that the source code lives in the hello-world repository without implying that there are instructions for building there as well. Signed-off-by: Tianon Gravi <admwiggin@gmail.com>
This commit is contained in:
parent
c2d88f5e4f
commit
8219af3049
|
@ -68,9 +68,8 @@ ADD hello /
|
|||
CMD ["/hello"]
|
||||
```
|
||||
|
||||
Assuming you built the "hello" executable example by following the instructions
|
||||
at
|
||||
[https://github.com/docker-library/hello-world/](https://github.com/docker-library/hello-world/),
|
||||
Assuming you built the "hello" executable example by using the source code at
|
||||
[https://github.com/docker-library/hello-world](https://github.com/docker-library/hello-world),
|
||||
and you compiled it with the `-static` flag, you can build this Docker
|
||||
image using this `docker build` command:
|
||||
|
||||
|
|
Loading…
Reference in New Issue