This Section Demonstrates how to use build image page and build a Docker Image
➡️ Dockerhub account need to be added in My Account page to use Build Image page.Steps to add an account is here Link
➡️ Once, your are setup with dockerhub account. You can provide the Details of the image you want to create in build image page.
➡️ The project must contain a Dockerfile so, we can build from it. and a valid github url
➡️ Below the form you can the history of all the images you have built, When you click an app this will show all the logs of creating a Docker image
➡️ If you see this Message at the end of log Docker image successfully pushed to the docker account then congratulations you have sucessfully Built a docker image and pushed to dockerhub.
➡️ You find the built image by searching your dockerhub-username/image-name in Create App section.
Yes, as long as the repositiory is public