Docker El Capitan

Install Docker on El Capitan. GitHub Gist: instantly share code, notes, and snippets. Docker For Mac Os X El Capitan Easeus Disk Copy For Mac Os X Rar For Mac Os X 10.6.8 Download Mac Os X Yosemite Iso For Virtualbox Cocoa Programming Tutorial For Mac Os X Skype For Mac Os X 10.6 8 Download Epson Scanner Driver For Mac Os X 10.9 Free 3d Software For Mac Os X Download Xcode For Os X 10.9.

The only installation you are recommended to do is to install Anaconda3.5, so that you have a backup when the OIT version is flaky. The otherkernels and the Docker version are not required and you should onlydo so if you are comforatble with command line installs. Even theAnaconda 3.5 installation is optional if the OIT version works well foryou.

Note: I have only done this on OSX 10.11.2 (El Capitan) with XCode andcommand line compilers installed.

To install Anaconda for Python 3.5¶

Download and install Anaconda Python 3.5 fromhttps://www.continuum.io/downloads

Open a terminal

(OPTIONAL) To install Python 2.7 as well¶

Open a terminal

(OPTIONAL) To install R¶

Docker
  • If you want conda to manage your R packages
  • If you have an existing R installation that you want to use

Start R

(OPTIONAL) To install Julia¶

Download and install Julia from http://julialang.org/downloads/

Start Julia

Docker El Capitan

(OPTIONAL) To install pyspark

Open a terminal

Check¶

Open terminal

Docker El CapitanDesktop

See if the installed kernels are found in the drop-down menu.

Docker El Capitan Free

(OPTIONAL) Installing Spark via Docker¶

Docker Toolbox El Capitan

  • Install Docker (https://docs.docker.com/engine/installation/)
  • Launch the Docker Quickstart Terminal

Be patient - this can take a while the first time you do it

When done, it shouuld show something like this

Docker Mac El Capitan

Note the IP address given - you will need this to access thenotebook.

In the Docker terminal

For how to connect to a Spark cluster, see officialinstructions

Testing the Docker installation¶

Check by typing in the Docker terminal

Be patient - this can take a while the first time you do it.

It shoudl show something like

Note the machine name (mine is big_kilby, yours will likely bedifferent).

Open your browser at the following URL http://192.168.99.100:8888 (Usethe IP given above)

This should bring you to a Jupyter notebook. Open a Python3 notebookfrom the drop dwon menu and test:

If successful, you should get a list of 5 integers after a short delay.

Save and exit the notebook.

Cleap up in the Docker terminal

Docker Desktop El Capitan

Use the machine name foudnd with dockerps in place ofbig_kilby.