Cloudify-PS / walle-service

Apache License 2.0
1 stars 1 forks source link

write Dockerfile for walle #10

Closed lexleogryfon closed 8 years ago

lexleogryfon commented 8 years ago

There is no straightforward working way to run walle locally out of the box with one command at this moment. Existing Dockerfile is not launching gunicorn, postgres. I will write new Dockerfile which should resolve this.

lexleogryfon commented 8 years ago

Well, now we are able to build a docker image & share it https://github.com/Cloudify-PS/walle-service/commit/2d81a1c88bc59311615add13843f3f67d9710536 https://github.com/Cloudify-PS/walle-service/blob/2d81a1c88bc59311615add13843f3f67d9710536/Dockerfilev3

It is not perfect, but at least it is ready, and getting dev-environment should be faster.

remaining things to do IMHO:

You guys better support & contribute, if Gigaspace kick my ass out of project.

How to use Docker: https://docs.docker.com/engine/getstarted/step_one/