Generated 'docker' Folder

The ‘docker’ Folder

FirstApp
├── appobj
│   ├── ...
│   ├── ...
│   └── ...
.
.
.
├── docker
│   ├── .dev.config.json
│   ├── .dev.config.json
│   ├── .dev.config.json
│   └── Dockerfile
.
.
.
├── .dev.config.json
├── .prd.config.json
├── main_test.go
└── main.go

The docker folder contains files that can be used as a starting point for containerizing generated jiffy applications. The Using Docker with Jiffy Applications tutorials make use of these files. The files in the docker folder are provided as a learning aid, not as an example of how to deploy applications with Docker.