Skip to content

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

License

Notifications You must be signed in to change notification settings

vladimir-dejanovic/polymer-docker-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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 <SRC OF POLYMER PROJECT>:/opt:ro --name <DOCKER CONTAINER> <DOCKER IMAGE>

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published