MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

README.md: updated to reflect the need for persistent skills storage. #67

Closed mjkaye closed 4 years ago

mjkaye commented 4 years ago

If the contents of /opt/mycroft/skills are not persisted to the host machine then non-default skills have to be reinstalled upon every container start and skill configuration must be performed again. I've updated README.md to include a bind mount for that directory.

TheLastProject commented 4 years ago

Nice find!