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
This commit is contained in:
parent
325ad7eb53
commit
1faf9bbeb0
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in New Issue