Skip to content

Instantly share code, notes, and snippets.

View sjmuniz's full-sized avatar

Sebastian Javier sjmuniz

  • Mar del plata, Argentina
View GitHub Profile
@sjmuniz
sjmuniz / start_docker_registry.bash
Created June 4, 2017 03:03 — forked from PieterScheffers/start_docker_registry.bash
Start docker registry with letsencrypt certificates (Linux Ubuntu)
#!/usr/bin/env bash
# install docker
# https://docs.docker.com/engine/installation/linux/ubuntulinux/
# install docker-compose
# https://docs.docker.com/compose/install/
# install letsencrypt
# https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-ubuntu-16-04