Janson Joseph Chacko

Results 3 comments of Janson Joseph Chacko

I had the same issue. Disabling docker compose v2 fixed it (docker-compose disable-v2). What's breaking this?

Docker Compose V2 has breaking changes due to which it throws the error while parsing environment file. One solution is to change the environment file by replacing all double quotes...

@davidjenni that's right. This happens when the pac CLI commands are run within the integrated terminal of vscode. I have a shell script that contains a number of CLI commands...