When pushing a docker image to registry, I got this message:
docker push -t domain.com/repo/tag_docker_name:latest
Error tag name does not exist
The only way is to create the tag in docker repository via web interface, and then docker push works.
Is there a command line to create docker push?