Skip to content

Instantly share code, notes, and snippets.

View mmbakker's full-sized avatar
🎶

Michiel Bakker mmbakker

🎶
View GitHub Profile
@mmbakker
mmbakker / docker-on-osx-using-colima.sh
Created February 1, 2022 10:12
Setup Docker Desktop alternative on Mac OS X using Colima
# Prerequisites: Homebrew
# 1. Install the docker binary using homebrew
brew install docker
# 2. Install colima (the order is important since colima will automatically make configurations).
brew install colima
# 3. Start colima (start colima for the first time and let it download and
# configure its dependencies; this will effectively setup, configure, and
@mmbakker
mmbakker / setup_docker_registry.sh
Last active December 2, 2019 08:03
Docker registry setup on CentOS 7 including LetsEncrypt SSL
#!/usr/bin/env bash
#
# Base taken from https://gist.github.com/gadelkareem/04d93219a81fe57a95433366407995d6
# Simplified and modified for CentOS 7
#
# ***
# Replace all instances of <domain.name> with the domain name you're using for this.
# ***
#