JARVIS-on-Messenger
JARVIS-on-Messenger copied to clipboard
Add docker support
@swapagarwal I would like to have a go at implementing this.
Was thinking of using a the python:2-alpine image https://github.com/docker-library/python/blob/b1512ead24c6b111506a8d4229134a29da240597/2.7/alpine3.6/Dockerfile
@TheSmokingGnu Sure, go ahead! By the way, what are the differences between alpine, jessie, stretch, and wheezy?
They are just different operating systems to base the build on i.e. Jessie is a version of Debian. Alpine is the smallest so I normally use that. It basically only has the bare minimum (<5Mb).
The only downsides are if you are used to logging directly into the containers there are no utilities (no even vi!) but I'm guessing what you want is to just run the program. I'm using the readme instructions as a guide.
hey @swapagarwal is this still open? can I work on this?