DuckBoss/JJMumbleBot

[Feature Request] Docker support

Closed this issue ยท 4 comments

What do you think about adding docker support to your project?

Dockerize JJMumbleBot will ease to test the project in an isolated way and avoid having to install all the things that JJMumbleBot needs (python3, opuslib, vlc, etc). It would also help to reduce human error during setup.

Thanks!

Hi!
I looked at dockerizing JJMumbleBot previously but couldn't figure it out.
I'll have another look when I get some time and try it out.

If you know how to create a docker image for this project, could you try it out as well?

Coul I have write permissions to create a branch ?

remote: Permission to DuckBoss/JJMumbleBot.git denied to kaminascripts.

Coul I have write permissions to create a branch ?

remote: Permission to DuckBoss/JJMumbleBot.git denied to kaminascripts.

You should be able to fork the project and then create whatever branches you want.
After making changes to that branch you can send a pull request.

If you need help forking this repository, check out this resource:
Github Forking A Project - Tutorial
If you need to know how to send a pull request from your forked project:
Github Creating A Pull Request From A Fork - Tutorial