# dockerapplifecycle **Repository Path**: mirrors_cloudfoundry/dockerapplifecycle ## Basic Information - **Project Name**: dockerapplifecycle - **Description**: Code that runs inside of containers, for docker-based apps - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!CAUTION] > This repository has been in-lined (using git-subtree) into diego-release. Please make any > future contributions directly to diego-release. # Dockerapplifecycle [![Go Report Card](https://goreportcard.com/badge/code.cloudfoundry.org/dockerapplifecycle)](https://goreportcard.com/report/code.cloudfoundry.org/dockerapplifecycle) [![Go Reference](https://pkg.go.dev/badge/code.cloudfoundry.org/dockerapplifecycle.svg)](https://pkg.go.dev/code.cloudfoundry.org/dockerapplifecycle) The docker app lifecycle implements a Docker deployment strategy for Cloud Foundry on Diego. The **Builder** extracts the start command and execution metadata from the docker image. The **Launcher** executes the start command with the correct Cloud Foundry and docker environment. Read about the app lifecycle spec here: https://github.com/cloudfoundry/diego-design-notes#app-lifecycles > \[!NOTE\] > > This repository should be imported as > `code.cloudfoundry.org/dockerapplifecycle`. # Contributing See the [Contributing.md](./.github/CONTRIBUTING.md) for more information on how to contribute. # Working Group Charter This repository is maintained by [App Runtime Platform](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md) under `Diego` area. > \[!IMPORTANT\] > > Content in this file is managed by the [CI task > `sync-readme`](https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/main/shared/tasks/sync-readme/metadata.yml) > and is generated by CI following a convention.