-
Launch a Private Docker Registry
Tuesday, December 31, 2019
How to launch a secured Docker registry.
-
Brew Install Old Version
Monday, December 30, 2019
I recently needed to install an older version of hugo via brew but ran into some issues: $ brew install hugo@0.57.1 ... Error: No available formula with the name "hugo@0.57.1" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow ... Now the brew repository is rather large, so getting the complete history when all I need is a single package just seemed unreasonable.…more
-
Docker + NGINX Proxy
Sunday, December 29, 2019
Load balancing with NGINX Proxy.
-
Deploy Microk8s on Ubuntu
Sunday, December 29, 2019
How to launch the microk8s snap on Ubuntu.