Skip to content

Commit

Permalink
Minor fixes to macOS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stez-mind authored Nov 5, 2019
1 parent 661034e commit 003d84c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions running_docker_container_on_macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following instructions are adapted from the [CROPS eSDK documenation](https:

## 1. Install Docker

This should be straightforward using the installers provided on [the official Docker website](https://docs.docker.com/docker-for-mac/)
This should be straightforward using instructions to setup Docker Desktop for macOS on [the official Docker website](https://docs.docker.com/docker-for-mac/).

## 2. Set up Docker Volume and Samba share

Expand Down Expand Up @@ -40,7 +40,7 @@ sudo ifconfig lo0 127.0.0.2 alias up

Download the [toolchain installer](https://github.com/elk-audio/elkpi-sdk/releases/download/v0.1/elk-glibc-x86_64-elk-sika-image-dev-aarch64-raspberrypi3-64-toolchain-1.0.sh).

Then, open _Finder_, hit _⌘+K_ and in the "_Server Address_" field type **`smb://127.0.0.2/wordir`** and click _Connect_ choosing to continue as guest.
Then, open _Finder_, hit _⌘+K_ and in the "_Server Address_" field type **`smb://127.0.0.2/workdir`** and click _Connect_ choosing to continue as guest.

You can now copy files to/from the Container Volume by using this folder. Copy the installer toolchain to it to proceed with the installation.

Expand Down

0 comments on commit 003d84c

Please sign in to comment.