Bootstraps a new Angular app using the ng new command.
1.4K
A Docker-based bootstrapper for a new Angular project.
This image uses the ng new command to create a new App app using the project name passed in as a command line parameter. Mapping a local volume to /project in the container causes the newly-created files to exist in that volume.
To use, issue the following command:
docker run -v $PWD:/project mchughmk/angular-starter project-name
Content type
Image
Digest
Size
47.4 MB
Last updated
over 7 years ago
docker pull mchughmk/angular-starter