Skip to content

Sample node app for trying various openshift deployment strategies.

Notifications You must be signed in to change notification settings

ManojDhanorkar/sample-node-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sample node app

Sample node app for trying various openshift deployment strategies.

S2I

oc new-app --name nodeapp https://github.com/ManojDhanorkar/sample-node-app --context-dir source --strategy source

Dockerfile

oc new-app --name nodeapp2 https://github.com/ManojDhanorkar/sample-node-app

Docker image

oc new-app --name nodeapp3 quay.io/manojdhanorkar/sample-node-app:v1

About

Sample node app for trying various openshift deployment strategies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.4%
  • Dockerfile 14.6%