• Uncategorized
  • humor
  • finance
  • lifehack
  • trends
  • trading
  • culture
  • tech
  • aide-memoire
  • programming

Infinite Curiosity

~ Exploring ideas related to tech, code, finance, markets, adtech, AI, humor and more!

Tag Archives: osx

Docker ❤️ Parallels ❤️ OS X (El-Capitan)

11 Wednesday Nov 2015

Posted by Grynn in aide-memoire, programming, tech

≈ Leave a comment

Tags

docker, homebrew, osx, parallels

Getting started with Docker + Parallels on OS X (using Homebrew)

Update: Sep 2016: This is no longer relevant; best to download Docker for Mac which uses xhyve to virtualize the Docker Engine environment and Linux kernel-specific features on OS X. This allows for much easier sharing of files between your local machine and docker containers.

Want to use Docker on OS X? At the moment, the OS X kernel does not directly support containers like Docker or OpenVZ. So you have to run a VM with docker installed. You then use the Docker CLI to interact with the Docker (daemon) running on the VM. The whole process is actually very easy to setup now that Docker Machine supports the Parallels driver.

Assumptions: You already have Parallels (11, Business or Pro Edition) and Homebrew installed.

$> brew update  # need to brew with a recent version
$> brew upgrade
$> brew install docker docker-machine docker-machine-parallels
… grab some coffee…
$> docker-machine create -d parallels dev1
$> eval `docker-machine env dev1`
$> docker run hello-world

All done!

You are now ready to use Docker, Docker Composer and even Docker Swarm.

Pages

  • About

Recent Posts

  • Apple Earnings Call – Jan 27 2021
  • Enterprise / Server Cloud Storage (not “Personal” cloud storage)
  • “Free” SQL Databases
  • Timeseries Databases
  • June 2020 🔥🔥 New JS Bundlers/Builders

Twitter Stream

  • Read my Mar 2 Newsletter featuring “Pay Rs 7000 To Book Elon Musk's Satellite Internet Connection In India!” nzzl.us/hnooG26 1 day ago
  • @Chronotope Goto @PCSpecialist. It's a good way to get the components list ; while drooling :) 1 day ago
  • So, this could happen faster than I expected (but also, Elon promises usually get “delayed” a tiny bit :) trak.in/tags/business/… 1 day ago
  • RT @ianmiell: My son informs me that Slack 'looks like a boomer discord'. 1 day ago
  • RT @RachelTobac: 2 years ago on stage I was asked “when will Deepfake video/audio impact trust & be believable in social engineering?” My r… 3 days ago

Create a free website or blog at WordPress.com.

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy