Minimal Docker image with angular4 cli preinstalled
282
docker pull spikerlabs/angular4-cli
Alternatively, you can build an image from Dockerfile:
docker build -t spikerlabs/angular4-cli github.com/spikerlabs/angular-cli:node6-cli-1.0.3
docker run -it --rm spikerlabs/angular4-cli sh
This is currently locked to node 6 and cli 1.0.3, if there is interest to support more versions - please open an issue and I will do that when time is right.
Content type
Image
Digest
Size
59.6 MB
Last updated
over 9 years ago
docker pull spikerlabs/angular4-cli