Skip to content

ticklemynausea/mbot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mbot-docker

build and provision an ubuntu docker environment so mbot and its dependencies can be built and run inside it.

done as an exercise in dockering.

Running

cd mbot-docker
docker build . -t mbot
docker volume create mbot-vol

# copy mbot-conf files into the newly created volume

docker run -v mbot-vol:/vol:rw -d mbot:latest

About

run mbot inside a docker environment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages