Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 801 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 801 Bytes

dit4c/dit4c-container-base

The base image for DIT4C containers, which includes a GoTTY shell and 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 8080.
  • 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.