Evan Byrne
Evan Byrne
The reasoning behind not accepting PRs on this doesn't make much sense to me. Typically mobile UI dev is done alongside the desktop UI dev, or even before because elements...
The [current install instructions for the standalone binary distribution](https://docs.docker.com/compose/install/#install-compose-as-standalone-binary-on-linux-systems) worked for me on AWS CodeBuild with the `aws/codebuild/amazonlinux2-x86_64-standard:3.0` environment image: ``` curl -L --no-progress-meter --output /usr/local/bin/docker-compose https://github.com/docker/compose/releases/download/v2.5.0/docker-compose-linux-x86_64 sudo chmod +x...