You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beginner/chapters/webapps.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -465,7 +465,7 @@ Here's a quick summary of the few basic commands we used in our Dockerfile.
465
465
>**Note:** The `EXPOSE` command does not actually make any ports accessible to the host! Instead, this requires
466
466
publishing ports by means of the `-p` flag when using `$ docker run`.
467
467
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/)
469
469
470
470
>**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/).
0 commit comments