khast3x / Redcloud

Automated Red Team Infrastructure deployement using Docker
MIT License
1.2k stars 200 forks source link

Installation of docker-compose may fail when local system is a different architecture #17

Closed dhauenstein closed 4 years ago

dhauenstein commented 4 years ago

During installation on a remote host via ssh, docker-compose gets installed. To determine the correct platform to download and install docker-compose, uname is called, but on the local system. If the architecture is different to the remote host's architecture, an incorrect binary version of docker-compose is installed.

Should be fixed with PR #16

khast3x commented 4 years ago

Hey @dhauenstein, thank you for finding and fixing this bug.
Much appreciated! Cheers

:arrow_right: PR merged