This to enable one to use docker tag image:version docker.mydomain.com/image:version
instead of explicitly specifying the port
The registry defaults to listening on port 5000 . If you run the registry as a container, consider adding the flag -p 443:5000 to the docker run command or using a similar setting in a cloud configuration.
To login to Docker Hub in the terminal and start using Docker's official images, login in the terminal by executing triton-docker login . You will be prompted to give the username and password for your Docker Hub account. You are then free to images, official or personal, on Triton.
A private Docker registry allows you to share your custom base images within your organization, keeping a consistent, private, and centralized source of truth for the building blocks of your architecture.
docker pull
(and push
) run over HTTPS, and I believe if you use the default HTTP/TLS port 443 for your server then you won't need to specify it in your image tags.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With