JARVIS-on-Messenger icon indicating copy to clipboard operation
JARVIS-on-Messenger copied to clipboard

Add docker support

Open swapagarwal opened this issue 7 years ago • 4 comments

swapagarwal avatar Oct 02 '17 10:10 swapagarwal

@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

peterjgrainger avatar Oct 02 '17 10:10 peterjgrainger

@TheSmokingGnu Sure, go ahead! By the way, what are the differences between alpine, jessie, stretch, and wheezy?

swapagarwal avatar Oct 02 '17 10:10 swapagarwal

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.

peterjgrainger avatar Oct 02 '17 10:10 peterjgrainger

hey @swapagarwal is this still open? can I work on this?

yellalena avatar Oct 01 '20 17:10 yellalena