Enable usage of --ansi never
argument to be support docker-compose based CLI syntax
#1077
Labels
enhancement
New feature or request
Libraries like Spring Boot have implementations for docker-compose CLI, which breaks when using podman-compose as a direct drop-in replacement. By drop-in, I've symlinked
docker-compose
topodman-compose
. The library here (Spring) references the--ansi
argument, which is present in docker-compose, but not in podman-compose.See https://github.com/spring-projects/spring-boot/blob/74d69d0eb150d5f17e3715f225eb4f5809df9202/spring-boot-project/spring-boot-docker-compose/src/main/java/org/springframework/boot/docker/compose/core/DockerCli.java#L100
If having the support to specify --ansi never as an alternative to --no-ansi, the utilities will be more cross-compatible.
The text was updated successfully, but these errors were encountered: