docker --icc=true run -it --privileged=true \ -v /my/:/my/ \ -v /etc/localtime:/etc/localtime:ro \ -d \ --name insurance \ -p 8990:8990 \ pm2 pm2 start /my/insurance-quote/app.js -i 0 --no-daemon --watch
docker --icc=true run -it --privileged=true \ -v /my/:/my/ \ -v /etc/localtime:/etc/localtime:ro \ -d \ --name watch \ -p 9998:9998 \ pm2 pm2 start /my/Node-Git-update/app.js --no-daemon --watch