-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
area/get-startedRelates to get started and onboarding docsRelates to get started and onboarding docslifecycle/locked
Description
Problem:
The following link (https://docs.docker.com/get-started/04_sharing_app/#push-the-image) contains information on how to push your docker image to docker hub. I personally find the text confusing since the command docker tag getting-started YOUR-USER-NAME/getting-started do not give more information on what is getting-started. Is it the image name? or is it a tag name?
Apart from this , the 4th point could mention a little more about docker push YOUR-USER-NAME/getting-started . Is YOUR-USER-NAME/getting-started the name of the repository we just created in [here](docker push YOUR-USER-NAME/getting-started) or is getting-started the image name?
Solution:
Enhance the documentation to understand the command more better.
Metadata
Metadata
Assignees
Labels
area/get-startedRelates to get started and onboarding docsRelates to get started and onboarding docslifecycle/locked