https://github.com/ticklemynausea/mbot-docker
run mbot inside a docker environment
https://github.com/ticklemynausea/mbot-docker
docker irc irc-bot mbot
Last synced: 3 months ago
JSON representation
run mbot inside a docker environment
- Host: GitHub
- URL: https://github.com/ticklemynausea/mbot-docker
- Owner: ticklemynausea
- Created: 2016-06-15T23:57:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T01:08:16.000Z (about 7 years ago)
- Last Synced: 2025-02-07T18:15:53.925Z (5 months ago)
- Topics: docker, irc, irc-bot, mbot
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```