File tree Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Expand file tree Collapse file tree 1 file changed +30
-6
lines changed Original file line number Diff line number Diff line change 1- # dockerapplifecycle
1+ # Dockerapplifecycle
22
3- ** Note** : This repository should be imported as ` code.cloudfoundry.org/dockerapplifecycle ` .
3+ The docker app lifecycle implements a Docker deployment strategy for
4+ Cloud Foundry on Diego.
45
5- The docker app lifecycle implements a Docker deployment strategy for Cloud Foundry on Diego.
6+ The ** Builder** extracts the start command and execution metadata from
7+ the docker image.
68
7- The ** Builder** extracts the start command and execution metadata from the docker image.
9+ The ** Launcher** executes the start command with the correct Cloud
10+ Foundry and docker environment.
811
9- The ** Launcher** executes the start command with the correct Cloud Foundry and docker environment.
12+ Read about the app lifecycle spec here:
13+ https://github.com/cloudfoundry/diego-design-notes\#app-lifecycles
1014
11- Read about the app lifecycle spec here: https://github.com/cloudfoundry/diego-design-notes#app-lifecycles
15+ > \[ !NOTE\]
16+ >
17+ > This repository should be imported as
18+ > ` code.cloudfoundry.org/dockerapplifecycle ` .
19+
20+ # Contributing
21+
22+ See the [ Contributing.md] ( ./.github/CONTRIBUTING.md ) for more
23+ information on how to contribute.
24+
25+ # Working Group Charter
26+
27+ This repository is maintained by [ App Runtime
28+ Platform] ( https://github.com/cloudfoundry/community/blob/main/toc/working-groups/app-runtime-platform.md )
29+ under ` Diego ` area.
30+
31+ > \[ !IMPORTANT\]
32+ >
33+ > Content in this file is managed by the [ CI task
34+ > ` sync-readme ` ] ( https://github.com/cloudfoundry/wg-app-platform-runtime-ci/blob/c83c224ad06515ed52f51bdadf6075f56300ec93/shared/tasks/sync-readme/metadata.yml )
35+ > and is generated by CI following a convention.
You can’t perform that action at this time.
0 commit comments