Open pruszel opened 1 year ago
Hi @peterlopez , thanks for the report.
I have looked into the gap and found this would require an upstream change to nerdctl. I have asked maintainers to consider this use case for https://github.com/containerd/nerdctl/issues/1039.
'none' logger feature has been accepted upstream, should be available on nerdctl 2.0. #3633
Describe the bug When I use the logging configuration for my compose service with the
driver
option set to"none"
, then I get a fatal error and am unable to start my compose service.Steps to reproduce Given the following compose service definition inside
docker-compose.yaml
:When I run
finch compose up elasticsearch
I get the following output:I also tried to use the
logging
configuration with thedriver: "none"
option for a different service and got the same result.Expected behavior I expected the
elasticsearch
service to start successfully.Screenshots or logs N/A
Additional context finch-support-20231031104304.zip