Description
The comment in the Service interface of API package contain an outdated comment for Config method.
Currently the comment mentions // Convert translate compose model into backend's native format here. But the method Convert was removed in some previous version and Config was introduced.
The config executes the equivalent of compose config - https://docs.docker.com/engine/reference/commandline/compose_config/
Steps To Reproduce
Link to the comment -
|
// Convert translate compose model into backend's native format |
Compose Version
No response
Docker Environment
No response
Anything else?
No response
Description
The comment in the Service interface of API package contain an outdated comment for Config method.
Currently the comment mentions
// Convert translate compose model into backend's native formathere. But the method Convert was removed in some previous version and Config was introduced.The config executes the equivalent of
compose config- https://docs.docker.com/engine/reference/commandline/compose_config/Steps To Reproduce
Link to the comment -
compose/pkg/api/api.go
Line 55 in 8318f66
Compose Version
No response
Docker Environment
No response
Anything else?
No response