Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 501 Bytes

File metadata and controls

19 lines (15 loc) · 501 Bytes

Minimal docker image with angular cli preinstalled.

Installation

  1. Install Docker
  2. Pull automated build from public Docker Hub Registry:
docker pull spikerlabs/angular-cli

Alternatively, you can build an image from Dockerfile:

docker build -t spikerlabs/angular-cli github.com/spikerlabs/angular-cli

Usage

docker run -it --rm spikerlabs/angular-cli sh