Skip to content
Jakob Runge edited this page Jan 25, 2016 · 6 revisions

Welcome to the container wiki!

The basic introduction to the repository can be found in it's README.md, but container specific settings will be found here.

On the lingdb server the container setup will reside in /srv/container following the FHS. For teardown in the event of transitioning away from this setup please rever to the teardown page.

For lingdb images and containers we follow the following naming conventions:

  • Image names will use lingdb as their repository, which we reserved on hub.docker.com, but currently don't use.
  • Image names after the repository will use words separated by _.
  • Besides the latest tag we use tags derived from the version label in each respective Dockerfile. These labels follow the Semantic Versioning schema.
  • When running a container that we need to identify by name, the name shall be in the form of the image name with the / replaced by _. In addition date -I and pwgen 5 1 shall be appended to that to make the name unique and to make it easily recognizable when the container was started.
  • An example of a complete container name would thus be lingdb_nginx_2015-11-20_eow7B.
Clone this wiki locally