Docker does not run natively on OSX, only Linux. Docker Machine was created to add a Linux VM environment to run Docker containers on OSX. Install using Homebrew:
brew install docker
brew install docker-machine
docker-machine create
# ::: Dvorak - Vimium Custom key mappings ::: | |
# NOTE: This *unmaps* all keys and only adds frequently used ones. | |
# It mainly uses left hand keys so you don't have to let go of the mouse. | |
# How to use: open Vimium option screen, put this in "Custom key mappings" section. | |
unmapAll | |
# Link | |
map u LinkHints.activateMode | |
map U LinkHints.activateModeToOpenInNewTab |
Docker does not run natively on OSX, only Linux. Docker Machine was created to add a Linux VM environment to run Docker containers on OSX. Install using Homebrew:
brew install docker
brew install docker-machine
docker-machine create
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
(defn uuid [] (str (java.util.UUID/randomUUID))) |