Self-hosting a container registry
#!/usr/bin/env sh USERNAME=username PASSWORD=password HOST=127.0.0.1 PORT=5000 NAME=registry DIRECTORY=~/.var/ow-image-registry usage() { echo <<EOF Launches a docker container of the official Docker `registry` image. Tries to use sane defaults and be idempotent. Running this script after the first time…