Run the Polymer Starter Kit instantly - https://developers.google.com/web/tools/polymer-starter-kit/
156
(Btw PSK === Polymer Starter Kit)
$ docker run -it -d -p 5000:5000 hankhendrix/polymer-starter-kit:1.3.0
$ docker run -it -d -p 5000:5000 -v /my-local-polymer-src:/src hankhendrix/polymer-starter-kit:1.3.0
Each image comes with a version of Polymer Starter Kit (PSK) source bundled at /src. The image tag correlates to the PSK version that is bundled.
e.g. Polymer Starter Kit 1.3.0 = hankhendrix/polymer-starter-kit:1.3.0
Note: When mounting local PSK source into the container, the contents of /src will be overwritten with your host folder contents.
Content type
Image
Digest
Size
228.3 MB
Last updated
over 10 years ago
docker pull hankhendrix/polymer-starter-kit:1.3.0