mrchoke/unit

By mrchoke

Updated almost 6 years ago

Demo app for Nginx Unit NodeJs

Image

62

#Demo app for Nginx Unit NodeJs

  • Nginx-Unit 1.8.0
  • NodeJs 11.10.1

USE

docker run -it -d  --name unit -p 3000:3000  mrchoke/unit:1.8.0-nodejs-11.10.1.2

OR

git clone https://github.com/mrchoke/nginx-unit-nodejs

cd nginx-unit-nodejs

edit your app

docker run -it -d  -v $PWD/app:/srv/app  --name unit -p 3000:3000 mrchoke/unit:1.8.0-nodejs-11.10.1.2

OR

git clone https://github.com/mrchoke/nginx-unit-nodejs

cd nginx-unit-nodejs

Edit your app

docker build -t yourimage:tag  .

docker run -it -d  --name unit -p 3000:3000   yourimage:tag

Dockerfile

 https://github.com/mrchoke/nginx-unit-nodejs

Docker Pull Command

docker pull mrchoke/unit