https://github.com/gedex/docker-ubuntu-nodejs-hello
Node.js Hello World app on Ubuntu 14.04 using Docker
https://github.com/gedex/docker-ubuntu-nodejs-hello
Last synced: over 1 year ago
JSON representation
Node.js Hello World app on Ubuntu 14.04 using Docker
- Host: GitHub
- URL: https://github.com/gedex/docker-ubuntu-nodejs-hello
- Owner: gedex
- Created: 2014-07-28T21:30:53.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-28T21:31:13.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T08:25:21.454Z (over 1 year ago)
- Language: Shell
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ubuntu-14.04-nodejs-hello
=========================
Hello World app powered-by Expressjs for Docker.
## Usage
```
$ sudo docker run -p 80:3000 -d gedex/ubuntu-nodejs-hello
```