exploratory
The AWS SAM tooling by default runs stuff in the local docker engine.
But when I'm running on a Windows Home machine I don't have a local docker engine.
Fortunately it seems that sam
supports this via the
--docker-volume-basedir
option. But that requires sharing the sam
working directory with the docker host.
So I need to run samba
on the host, mount the shared directory on
windows, and supply the right flag to sam local ...
and it should
work.
A secondary motivation is to migrate my existing https://freenas.org/ storage server to the much more efficient NUC-box. (I really don't need all the features of FreeNAS.)