An open API service indexing awesome lists of open source software.

https://github.com/ipunkt/angular

angular docker image
https://github.com/ipunkt/angular

Last synced: about 1 year ago
JSON representation

angular docker image

Awesome Lists containing this project

README

          

# angular

Docker image with node, gulp and angular.

We have built a docker image with the global and local `node_modules` directory within the container,
so you don't have to mess with it in your local project directory.

We included the following stuff:
- node 6.4.0
- angular-cli@webpack
- process-nextick-args
- util-deprecate
- typings
- gulp

## Usage

```
$> docker pull ipunktbs/angular
```
Or use a tag:
```
$> docker pull ipunktbs/angular:{TAG}
```

We prefer the last one to use a concrete image tag.