container-tools Best Practice

Container Name

  • always use FQDNs as container names, otherwise you can’t drop the capability for setting the hostname.

Directories

  • move /var/lib/machines to /srv/containers.

Container Data

  • move all container data to /srv/data/$FQDN and bind mount /srv/data/$FQDN to /srv/$FQDN within the container.

Bugs / Known limitations

FIXME * View the README of your installation. See https://sources.open-infrastructure.net/software/container-tools/.