github.com/docker/app@v0.9.1-beta3.0.20210611140623-a48f773ab002/examples/hello-world/hello-world.dockerapp/metadata.yml (about) 1 # Version of the application 2 version: 0.1.0 3 # Name of the application 4 name: hello-world 5 # A short description of the application 6 description: "This is an Hello World example" 7 # List of application maintainers with name and email for each 8 maintainers: 9 - name: user 10 email: "user@email.com"