8000 GitHub - movprojects/docker-mycroft: Mycroft Development Environment inside Docker!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

movprojects/docker-mycroft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mycroft Docker Development Environment

How to build and run

  1. Git pull this repository - git clone https://github.com/MycroftAI/docker-mycroft.git

  2. Build the docker image with docker build -t <yourusername>/mycroft . in the directory that you have checked out.

  3. If you would rather have an interactive session (for testing, coding, or whatever) with the docker container, start the container with docker run --device /dev/snd:/dev/snd --privileged -it <youruser>/mycroft /bin/bash Once the container is loaded, please run supervisord from the bash prompt to start the Mycroft services

About

Mycroft Development Environment inside Docker!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0