Created
May 22, 2020 18:54
-
-
Save Yatekii/5702eedb3ef0652e4aa6064e508a4612 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yatekii@arcturo:~/repos/xyz/website$ docker login registry.xyz.ch | |
Username: kek | |
Password: | |
WARNING! Your password will be stored unencrypted in /home/yatekii/.docker/config.json. | |
Configure a credential helper to remove this warning. See | |
https://docs.docker.com/engine/reference/commandline/login/#credentials-store | |
Login Succeeded | |
yatekii@arcturo:~/repos/xyz/website$ docker tag alpine:latest registry.xyz.ch/alpine | |
yatekii@arcturo:~/repos/xyz/website$ docker push registry.xyz.ch/alpine | |
The push refers to repository [registry.xyz.ch/alpine] | |
beee9f30bc1f: Preparing | |
denied: requested access to the resource is denied |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment