6 Pushing Image to Online Repository

To push your image to Docker Hub, first create an account there and sign-in to your account.

From your account panel, you should be able to create a repository:

Creating Docker Repository at Docker Hub

docker login docker tag my-app:7.0 webcodingcenter/wcc-demo:1.0 docker push webcodingcenter/wcc-demo:1.0 docker logout Pushing to Dockher Hub

Image pushed to Dockher Hub