Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladimir-dejanovic/polymer-docker-nodejs

Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup
https://github.com/vladimir-dejanovic/polymer-docker-nodejs

bower docker-image nodejs polymer

Last synced: 19 days ago
JSON representation

Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup

Awesome Lists containing this project

README

        

# polymer-docker-nodejs
Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setup

To start it just run command bellow

```
$ docker run -it -p 8080:8080 -v :/opt:ro --name
```

Then when you are logged in just switch to polyuser
```
su - polyuser
```
After this you can start your polymer project, and see result on localhost:8080