Then I must execute the command below?
$ docker login -u "myusername" -p "mypassword" docker.io
$ docker push projetofinal2_web
I did not understand why in your case you informed myusername / myimage: 0.0.1. What does 0.0.1 mean?
Before doing PUSH should I create the repository in the Docker Hub?
Thank you!