- Chatham House Rule, so no attribution of ideas to people or companies
- bootstrapping environments (without object stores)
- service discovery
- removing spofs
| FROM google/python:2.7 | |
| ADD requirements.txt /code/requirements.txt | |
| RUN pip install -r /code/requirements.txt | |
| ADD . /code | |
| WORKDIR /code | |
| ENTRYPOINT ["python", "app.py"] |
Tuesday 11 March
7:30pm
Shoreditch Village Hall
I've moved this information to my blog: http://jpetazzo.github.io/2013/10/20/secure-connection-docker-api/
The old version is available in the history if needed.
Thank you!