mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
example provider implementation
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
committed by
Nicolas De loof
parent
cc50ada725
commit
8a2cb90a39
@@ -104,4 +104,8 @@ into its runtime environment.
|
||||
## Down lifecycle
|
||||
|
||||
`down` lifecycle is equivalent to `up` with the `<provider> compose --project-name <NAME> down <SERVICE>` command.
|
||||
The provider is responsible for releasing all resources associated with the service.
|
||||
The provider is responsible for releasing all resources associated with the service.
|
||||
|
||||
## Examples
|
||||
|
||||
See [example](examples/provider.go) for illustration on implementing this API in a command line
|
||||
Reference in New Issue
Block a user