infinityrefactoring/angular-cli

By infinityrefactoring

Updated almost 8 years ago

An Docker image to work on Angular projects with Angular-CLI.

Image
1

246

infinityrefactoring/angular-cli repository overview

Infinity Refactoring

Docker Angular CLI

dockeri.co

GitHub issues GitHub stars Docker Automated Build Docker Build Status

What is it?

An Docker image to work on Angular projects with Angular CLI.

Using Docker Angular CLI

Use example:
docker run -ti --rm -p 4200:4200 -v $HOME/angular:/home/node/app infinityrefactoring/angular-cli

Creating a new project

ng new hello-world
cd cd hello-world/

Executing the project

ng serve --host 0.0.0.0
Building this image:
docker build -t infinityrefactoring/angular-cli:latest --build-arg NODE_VERSION=latest --build-arg ANGULAR_CLI_VERSION=latest .

Licensing

InfinityRefactoring/docker-angular-cli is provided and distributed under the Apache Software License 2.0.

Refer to LICENSE for more information.

Tag summary

Content type

Image

Digest

Size

274.9 MB

Last updated

almost 8 years ago

docker pull infinityrefactoring/angular-cli:6.0.7-node-10.3.0