thanks, I think the command sequence which works is:

```
docker-machine start default
docker-machine env default
eval $(docker-machine env default)
```

That should go in the tutorial (or the correct sequence if that's wrong).

Alternatively, you should add Docker knowledge as a pre-requisite, if
there's more it it than a couple of commands.

my 2 cents.

David


On Sat, May 28, 2016 at 4:14 PM, Christopher Collins
<[email protected]> wrote:
> On Sat, May 28, 2016 at 01:26:30PM -0700, David Moshal wrote:
>> ok, so Docker knowledge is a pre-requisite, has been ages since I last
>> used Docker.
>> what's the host directory mapped to?
>
> I am no docker expert, so I may be using the wrong terminology.  The
> docker solution maps "/newt" on the virtual machine to the current
> directory of your host machine.  The intention is that files are read
> and written in your current directory, as though you were running newt
> natively.
>
> Chris

Reply via email to