From 3ce1bceac9c0dd498ed63340a3806d2617c438f6 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 17 May 2017 16:32:42 +0200 Subject: [PATCH] feat(template): add microsoft templates --- templates.json | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/templates.json b/templates.json index 8d8e014..08fe7d4 100644 --- a/templates.json +++ b/templates.json @@ -115,6 +115,47 @@ ], "volumes": ["/usr/share/elasticsearch/data"] }, + { + "title": "SQL Server", + "description": "Microsoft SQL Server on Linux", + "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", + "logo": "https://cloudinovasi.id/assets/img/logos/microsoft-mssql-linux.png", + "image": "microsoft/mssql-server-linux:latest", + "ports": [ + "1433/tcp" + ], + "env": [ + { + "name": "ACCEPT_EULA", + "set": "Y" + }, + { + "name": "SA_PASSWORD", + "label": "System administrator password" + } + ] + }, + { + "title": "SQL Server", + "description": "Microsoft SQL Server Express for Windows containers", + "note": "Password needs to include at least 8 characters including uppercase, lowercase letters, base-10 digits and/or non-alphanumeric symbols.", + "logo": "https://cloudinovasi.id/assets/img/logos/microsoft-mssql-express.png", + "image": "microsoft/mssql-server-windows-express:latest", + "ports": [ + "1433/tcp" + ], + "env": [ + { + "name": "ACCEPT_EULA", + "set": "Y" + }, + { + "name": "SA_PASSWORD", + "label": "System administrator password" + } + ], + "volumes": ["C:/temp/"] + }, { "title": "Minio", "description": "A distributed object storage server built for cloud applications and devops",