From 1faf9bbeb0fdae9d59c3931337969922e58f5abd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 18 May 2020 11:34:36 -0700 Subject: [PATCH] docs(dev-infra): update ngcontainer docs (#37185) Update developer instructions by clarify and adding missing login details for the hub.docker.com image server. PR Close #37185 --- tools/ngcontainer/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ngcontainer/README.md b/tools/ngcontainer/README.md index 0c33deb9bd..d6917ffd20 100644 --- a/tools/ngcontainer/README.md +++ b/tools/ngcontainer/README.md @@ -2,7 +2,7 @@ This docker container provides everything needed to build and test Angular applications: -**Note**: This docker image will be no longer actively updated. Consider using other Docker +**Note**: This docker image will be no longer actively updated. Consider using other Docker images that come with Node installed. - node 10.9.0 @@ -46,7 +46,7 @@ $ xvfb-run -a yarn test Install Docker on your machine in order to build/pull/push this image. -Get the teamangular password from http://valentine and log in: +Log in to `hub.docker.com` as `teamangular` using the following command: `$ docker login`