From b5035fbd1813bf79dd3499b83e2efbcdbfb397e6 Mon Sep 17 00:00:00 2001 From: Rupak Ganguly Date: Fri, 21 Aug 2015 15:11:00 -0400 Subject: [PATCH] Add key for container_name. --- schema.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schema.yml b/schema.yml index f5757e2..ff7d39c 100644 --- a/schema.yml +++ b/schema.yml @@ -110,6 +110,15 @@ mapping: sequence: - type: str required: false + "container_name": + desc: > + Specify a custom container name, rather than a generated default name. + + Since Docker container names must be unique, you cannot scale a service beyond 1 container + if you have specified a custom name. + + Attempting to do so, results in an error. + required: false "net": name: Net desc: >