- https://github.com/service-mesh/dockerfile
- awesome dockerfile for docker
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/
- https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#use-multi-stage-builds
- https://github.com/docker-library/official-images
- https://github.com/docker-library/python
- https://github.com/docker-library/openjdk
- nginx web server:
- nginx lb server:
- base:
python:3.6.5-alpine3.6
- install:
django 1.11
django-rest-framework