You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
563 B
563 B
docker_registry
How to use
docker login registry.fedy95.com -u{USER} -p{PASSWORD}
docker pull ubuntu:latest
docker tag ubuntu:latest registry.fedy95.com/image-name
docker push registry.fedy95.com/image-name
docker pull registry.fedy95.com/image-name
docker logout registry.fedy95.com