-
Notifications
You must be signed in to change notification settings - Fork 11
Introduction to Image Features
Gary Wisniewski edited this page Aug 15, 2015
·
4 revisions
##Introduction to Image Features
All of the images provided share a common set of features designed as a standard development framework which also caters to the varied needs of complex cloud deployments. In other words, these images were designed from the ground-up in the spirit of DevOps, creating a seamless technology bridge between the needs of developers and the needs of those who manage infrastructure and deployment.
All containers (and derivatives you create) support the following features:
- They support three modes of operation: closed, attached-storage, and developer.
- They have consistent start-up command lines and have consistent environment variable usage, which developers can build upon.
- They support various externally-triggerable tasks such as
get-help
to get a self-documenting descripiton of the image,get-launcher
to extract pre-defined launcher scripts tailored to the image, andget-chaplocal
to get scripts to allow developers to create their own local development environment for working on the image. - They have a pre-established start-up sequence, including a
startup.d
directory where additional start-up scripts can be stored, along withREADME
files where needed so that such things are self-documenting. - They are highly customizable.