Skip to content

Instantly share code, notes, and snippets.

@alexishida
Created June 28, 2018 15:03
Show Gist options
  • Select an option

  • Save alexishida/1a35fcf4d3d203056eb36ca138fe62a8 to your computer and use it in GitHub Desktop.

Select an option

Save alexishida/1a35fcf4d3d203056eb36ca138fe62a8 to your computer and use it in GitHub Desktop.
Install dockehub unreliable certificates
# 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