Short Description
Ember-cli docker image for teaching or for testing the latest version of ember-cli with your app.
Full Description
ember-cli-docker-image
##Ember-cli docker image:
- Debian 7 (wheezy)
- Ember-cli v1.13.12, bower & phantomjs
- Node v4.2.2 and NPM
- Git
- Nano
- Vim & Tmux
To run the container:
docker run -t -i -p 4200:4200 -p 35729:35729 visualjeff/ember-cli:latest /bin/bash
This docker image is handy for teaching, for poking at the latest and greatest version of ember-cli... BTW, I've also included a little script to setup VIM for Javascript development. Its at /root/setupVim.sh.