Can anyone give instructions that work? There have been various posts on this but nothing that works for me. My attempt below is the best I can do.
Trying to install OpenFoam v1606+ on OS X El Capitan.
I downloaded Docker and successfully ran their toy example.
The OpenFoam instructions say After installing, open the Launchpad and locate the ‘Docker Quickstart Terminal’ icon There is no such icon. There is a Docker icon which I click, and it confirms that Docker is running. Click the icon to launch a Docker Quickstart Terminal window. Cannot find such a terminal, so I guess that a standard Mac terminal shell will do.
Make sure the Docker daemon is running: “docker info” I get : Containers: 3 Running: 0 Paused: 0 Stopped: 3 Images: 2 Server Version: 1.12.1 … Is this correct?
Download the following scripts from the release instructions and put them in a local directory (e.g. home directory) installMacOpenFOAM+ startMacOpenFOAM+” I downloaded both.
Download and create the Docker container … docker-machine ssh default $HOME/installMacOpenFOAM+ $HOME I get Host does not exist: “default"
So instead I ran installMacOpenFOAM+ directly. (Forgot to chmod initially) chmod a+x installMacOpenFOAM+ ./installMacOpenFOAM+ I get a download of the required file, but then docker: Error response from daemon: Mounts denied: The path /etc/sudoers.d is not shared from OS X and is not known to Docker. You can configure shared paths from Docker -> Preferences... -> File Sharing. See https://docs.docker.com/docker-for-mac/osxfs/#namespaces for more info. There is no file or directory /etc/suders.d . Tried adding /etc via Docker->Preferences but this did not work.
Not enough room to complete this saga.