mretegan / dockerfile-base

Base docker image for other images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mretegan/base

The base image for other images. It includes a GoTTY shell and WebDAV based file uploader.

The essential rules/guidelines that it follows are:

  1. Services are started & managed by supervisord.
  2. Any web services provided by the container must be accessed via port 80.
  • Nginx is used to reverse-proxy services on other ports. HTTP, WSGI & FastCGI proxying work fine.
  • As a result of this requirement, web services really need to exist on paths, not on "/".
  1. /home/researcher should contain as few extraneous files as possible.

About

Base docker image for other images

License:MIT License


Languages

Language:HTML 28.7%Language:Genshi 28.3%Language:Python 22.4%Language:Dockerfile 19.0%Language:Shell 1.6%