Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vladimir-dejanovic/polymer-docker-nodejs
- Owner: vladimir-dejanovic
- License: gpl-3.0
- Created: 2017-05-27T20:35:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-27T20:46:56.000Z (over 7 years ago)
- Last Synced: 2024-10-27T16:23:15.712Z (2 months ago)
- Topics: bower, docker-image, nodejs, polymer
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polymer-docker-nodejs
Basic Docker image based on Ubuntu, which has NodeJS, Bower and Polymer setupTo 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