Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker / Kubernetes #68

Open
wernight opened this issue Aug 5, 2017 · 3 comments
Open

Docker / Kubernetes #68

wernight opened this issue Aug 5, 2017 · 3 comments

Comments

@wernight
Copy link

wernight commented Aug 5, 2017

I make a working version of MumPI deployed on Kubernetes. That means that I made also Docker images running MumPI (based on Alpine Linux to be small). Normally I'd create some Docker Hub images, however it's not a single image but rather a set of 3 images to respect Docker's way:

  • Murmur
  • Nginx for MumPI
  • PHP-FPM for MumPI

I could create a repository with a docker-compose.yml and/or kubernetes.yml and include there the code. Or it could be directly here so as to make it simple to develop MumPI.

For people not knowing Docker, you basically install Docker on any OS (supported on all major OS), then you could do:

$ docker-compose up

And it'd build and run exactly the same on your machine as on any other machine. Also it wouldn't pollute your local file system.

@Kissaki
Copy link
Owner

Kissaki commented Aug 7, 2017

Hey, that's awesome!

Which versions did you use?

I guess it makes sense to put them into this repository, although I'm not quite sure where (as we don't have a designated src folder either). Feel free to create a pull request with the files in a folder named deploy.

@wernight
Copy link
Author

wernight commented Aug 10, 2017 via email

@wernight
Copy link
Author

wernight commented Aug 10, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants