This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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} | |
| -------------------------------****************------------------------------------- |
NewerOlder