@@ -130,7 +130,7 @@ various instructions available for use in a `Dockerfile`.
130130[ Dockerfile reference for the FROM instruction] ( ../../reference/builder.md#from )
131131
132132Whenever possible, use current Official Repositories as the basis for your
133- image. We recommend the [ Debian image] ( https://registry. hub.docker.com/_/debian/ )
133+ image. We recommend the [ Debian image] ( https://hub.docker.com/_/debian/ )
134134since it’s very tightly controlled and kept extremely minimal (currently under
135135100 mb), while still being a full distribution.
136136
@@ -365,7 +365,7 @@ The `ENTRYPOINT` instruction can also be used in combination with a helper
365365script, allowing it to function in a similar way to the command above, even
366366when starting the tool may require more than one step.
367367
368- For example, the [ Postgres Official Image] ( https://registry. hub.docker.com/_/postgres/ )
368+ For example, the [ Postgres Official Image] ( https://hub.docker.com/_/postgres/ )
369369uses the following script as its ` ENTRYPOINT ` :
370370
371371``` bash
@@ -481,10 +481,10 @@ allowing the `Dockerfile` author to make a choice.
481481
482482These Official Repositories have exemplary ` Dockerfile ` s:
483483
484- * [ Go] ( https://registry. hub.docker.com/_/golang/ )
485- * [ Perl] ( https://registry. hub.docker.com/_/perl/ )
486- * [ Hy] ( https://registry. hub.docker.com/_/hylang/ )
487- * [ Rails] ( https://registry. hub.docker.com/_/rails )
484+ * [ Go] ( https://hub.docker.com/_/golang/ )
485+ * [ Perl] ( https://hub.docker.com/_/perl/ )
486+ * [ Hy] ( https://hub.docker.com/_/hylang/ )
487+ * [ Rails] ( https://hub.docker.com/_/rails )
488488
489489## Additional resources:
490490
0 commit comments