Docker Hub repository

1) Register on hub.docker.com 2) Click create a repository 3) In the console, log in with the command

docker login
and enter your login and password. 4) Tag and push the image:
docker tag some_server:1.0 semorgana/test-repo-study:1.0.0
docker push semorgana/test-repo-study:1.0.0