docker-hostmanager icon indicating copy to clipboard operation
docker-hostmanager copied to clipboard

Allow multiple to use the same domain name

Open guillemcanal opened this issue 7 years ago • 0 comments

Allow multiple containers to use the same domain name.

Uses cases:

  • 2 containers can use the same domain name but can provide different paths constraints in Traefik
    • container foo is accessible from foo.domain.fr/ (--label 'traefik.frontend.rule=Host: foo.domain.fr')
    • container foo-admin, is accessible from foo.domain.fr/admin (--label 'traefik.frontend.rule=Host: foo.domain.fr; Path: /admin')

guillemcanal avatar Jun 04 '18 17:06 guillemcanal