$ docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: cutejaneii
Password:
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
Docker Tag:在推送到自己的repository之前,要先tag
$ docker tag myapp cutejaneii/myapp
$ docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
cutejaneii/myapp latest 7aba68965779 40 minutes ago 696MB
myapp latest 7aba68965779 40 minutes ago 696MB