You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: com.palantir.docker.compose.execution.DockerExecutionException: 'docker-compose -v' returned exit code 16
The output was:
unknown shorthand flag: 'v' in -v
at com.palantir.docker.compose.execution.Command.lambda$throwingOnError$0(Command.java:59)
at com.palantir.docker.compose.execution.Command.execute(Command.java:49)
at com.palantir.docker.compose.execution.DefaultDockerCompose.version(DefaultDockerCompose.java:152)
at com.palantir.docker.compose.execution.DefaultDockerCompose.verifyDockerComposeVersionAtLeast(DefaultDockerCompose.java:148)
Workaround is docker-compose disable-v2
The text was updated successfully, but these errors were encountered:
What happened?
Workaround is
docker-compose disable-v2
The text was updated successfully, but these errors were encountered: