MENU
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:
docker login
docker tag my-app:7.0 webcodingcenter/wcc-demo:1.0
docker push webcodingcenter/wcc-demo:1.0
docker logout