Docker image for angular cli
1.2K
This image has the same usage as Angular CLI (https://cli.angular.io/)
docker run -it --rm -v $PWD:/app -w /app atifsaddique/angular-cli ng new my-project-name
docker run -it --rm -v $PWD/my-project-name:/app -w /app atifsaddique/angular-cli ng g component sample-component
docker run -it --rm -v $PWD/my-project-name:/app -w /app -p 4200:4200 atifsaddique/angular-cli ng serve --host 0.0.0.0
Content type
Image
Digest
Size
351.7 MB
Last updated
over 6 years ago
docker pull atifsaddique/angular-cli