https://rancher.com/ logo
b

big-portugal-79313

08/17/2022, 8:11 PM
If I had to guess, for some reason git is not installed in the VM Rancher is running, although that seems like a weird oversight
w

wide-mechanic-33041

08/17/2022, 8:41 PM
you can always use rdctl shell to poke around the VM itself
b

big-portugal-79313

08/17/2022, 8:42 PM
Thanks, I did that, and indeed git is not there …
I suppose I could install it, but presumably it won’t persist
w

wide-mechanic-33041

08/17/2022, 8:45 PM
yup the VM is designed to run a certain set of things and guessing folks were not thinking dynamic activities outside of the container scope
b

big-portugal-79313

08/17/2022, 8:46 PM
I guess this build usage isn’t that common in a compose file for some reason
j

jolly-forest-99711

08/18/2022, 8:56 PM
I wonder if there is any difference if you run
docker compose
rather than
docker-compose
? I'm guessing it will be the same but it's worth a shot
6 Views