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

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

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
```