Skip to content

Commit ebb3692

Browse files
committed
Added Registry documentation URL
1 parent ca50fca commit ebb3692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beginner/chapters/webapps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Here's a quick summary of the few basic commands we used in our Dockerfile.
465465
>**Note:** The `EXPOSE` command does not actually make any ports accessible to the host! Instead, this requires
466466
publishing ports by means of the `-p` flag when using `$ docker run`.
467467

468-
* `PUSH` pushes your image to Docker Hub, or alternately to a [private registry](TODO: add URL)
468+
* `PUSH` pushes your image to Docker Hub, or alternately to a [private registry](https://docs.docker.com/registry/)
469469

470470
>**Note:** If you want to learn more about Dockerfiles, check out [Best practices for writing Dockerfiles](https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/).
471471

0 commit comments

Comments
 (0)