Sign inSign up

zheeeng/node-http-master

By zheeeng

Updated over 9 years ago

Docker for http-master cli

Image
1

1.1K

zheeeng/node-http-master repository overview

Docker Hub Automated Build

Http-master Official Doc

https://github.com/virtkick/http-master

Usage Example

  1. Create your configuration file, for example:

     // file: http-master.config.json
     {
       "ports": {
         "80": {
           "router": {
             "blog.zheeeng.me" : "keystonejs:3000",
             "forum.zheeeng.me" : "nodebb:4567"
           }
         }
       }
     }
    
  2. Run the http-master container, for example:

      docker run -p 80:80 -it -d --name http-master -l keystonejs -l nodebb -v "$PWD"/http-master.config.json:/usr/configs/http-master.config.json zheeeng/node-http-master http-master --config /usr/configs/http-master.json --watch
    

Tag summary

Content type

Image

Digest

Size

258.1 MB

Last updated

over 9 years ago

docker pull zheeeng/node-http-master