Publishing custom docker hub images on github
In this documentation i'm going to show how to publish docker image on docker. to publish docker image on github Follow these steps: Generate Secret Token Login to your git hub account and got to settings < Developer Settings < Personal and access token < Tokens (classic) < Generate New Token < Generate New Token (Classic) Enter note of token and set Expiration Days and Make sure to check boxes which selected in image below. Scroll Down and Click on You got on this page make sure to copy Token before reloading page else you lost it and to get again this token have to update token so make sure to copy first and save somewhere. Make sure to copy your personal access token now. You won’t be able to see it again! copy token by clicking on copy (blue) button beside token ghp_RH 9 tUZXEfrUfuIzEddb 9 u nxhYC64 eb 46 yhB 7 Get started with code Using terminal open terminal and start with the commands touch helloWorld .sh vim ./helloWorld. sh Paste this C...