Created
June 28, 2018 15:03
-
-
Save alexishida/1a35fcf4d3d203056eb36ca138fe62a8 to your computer and use it in GitHub Desktop.
Install dockehub unreliable certificates
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
| # Instalando o certificado nas maquinas | |
| mkdir -p /etc/docker/certs.d/dockerhub.site.com | |
| cd /etc/docker/certs.d/dockerhub.site.com | |
| wget http://s3.site.com/certificados/dockerhub.site.com.crt | |
| docker login dockerhub.site.com | |
| # Login: login Senha: senha123456 | |
| http://dockerhub.site.com:8080 | |
| # Links para criacao de imagens | |
| https://blog.docker.com/2013/07/how-to-use-your-own-registry/ | |
| https://blog.codecentric.de/en/2014/02/docker-registry-run-private-docker-image-repository/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment