Commit Graph

7 Commits

Author SHA1 Message Date
Stanley Zheng b162969841 docker: Revert Docker development to original instructions.
There were issues with reproducing the Docker build with the latest
docker file and instructions.
2016-11-27 10:15:37 -08:00
Anders Kaseorg 207cf6302b Always start python via shebang lines.
This is preparation for supporting using Python 3 in production.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2016-11-26 14:46:37 -08:00
Stanley Zheng 23d2b787fb Dockerfile: Simplify setup workflow for Docker development.
This improves the docker cmds so that user does not have to remote
into the container to have service startup.
2016-11-26 11:09:23 -08:00
Stanley Zheng 4d7920221c docker: Fix locale to UTF-8 more strongly.
This fixes locale issues where `pip install` would fail with Python 3
inside the docker environment.
2016-11-22 13:39:58 -08:00
Alok Puranik 0889ea583f Add UTF-8 locale to Dockerfile
This fixes an issue with pip crashing on several package installs due to
non-ASCII charsets.
2016-11-19 19:11:41 -08:00
Taranjeet 964ff027bd Dockerfile: Create symlink in home folder for project. 2016-06-17 11:48:59 -07:00
Javier Ros ab89ef501f Add support for a development environment with Docker. 2015-12-14 18:22:56 -08:00