Skip to content

Sample node app for trying various openshift deployment strategies.

Notifications You must be signed in to change notification settings

gunjangarge/sample-node-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 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/gunjangarge/sample-node-app --context-dir source

Dockerfile

oc new-app --name nodeapp https://github.com/gunjangarge/sample-node-app

Docker image

oc new-app --name nodeapp quay.io/gunjangarge/sample-node-app:v1

About

Sample node app for trying various openshift deployment strategies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published