Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

INsReady/docker-polymer-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Supported tags and respective Dockerfile links

This image is updated via pull requests to the INsReady/docker-polymer-dev GitHub repo.

What is image for?

This is image contains a set of necessary tools for Polymer Development. By using this image, you can quickly get all tools with right version to work with Polymer. Moreover, you don't have to install the tools on your computer anymore, which will make your computer cleaner.

How to use this image?

Go to your Polymer project folder, then execute:

$ docker run --rm --net="host" -p 8080:8080 -v "$PWD":/usr/src/app insready/polymer-dev

Tools included in this image:

  • Node.js
  • git
  • Polymer CLI