Skip to main content

Introduction

How does it work?

A template is composed of a set of files that are used to create containers and all required configuration for a given framework.

A template does not provide the source code for the application, but rather the configuration files and scripts that will be used to develop with dcmd.

How do I use it?

To use a template, you must first install dcmd check the getting started guide for more information. Once installed, you just have to run dcmd template get [template_name] to download the template in your project directory.

Note that you must follow the template instructions to use it properly.

Create your own template

You can also create and configure your own template.