Skip to content

Instantly share code, notes, and snippets.

View chandanrjit's full-sized avatar
🕶️
At work

Chandan Kumar chandanrjit

🕶️
At work
View GitHub Profile
@chandanrjit
chandanrjit / docker-command
Created January 12, 2017 15:46
Docker Image for Nodejs application
Docker build -f Dockerfile -t "Reponame" .
//-f will look for the file nanme Dockerfile -- so we can keep any fileanme
// Check the Images build using --
Docker Images
//Now push the docker Image to your docker-hub repo
docker tag {ImangeID} {docker-account-name}/{Image-name}:{Version}
-------------------------------****************-------------------------------------