Skip to content

Instantly share code, notes, and snippets.

View makakken's full-sized avatar

makakken makakken

View GitHub Profile
@makakken
makakken / start_docker_registry.bash
Created September 27, 2017 18:19 — 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