-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Dayne Broderson edited this page Aug 3, 2017
·
2 revisions
Welcome to the permamodel_docker wiki!
Docker development workstation setup notes (rough)
- OSX (via brew)
brew cask install docker
- launch docker
- test if it works:
docker ps
- OSX (via manual download)
- Download stable DMG from: https://docs.docker.com/docker-for-mac/install/
- Install it and then launch it
- test if it works:
docker ps
- Ubuntu 16.04
- Debian 9.1 (google cloud VM)