Hello community.
I admit I like to make my life difficult. I’ve a simple docker-compose.yml file
sitting on my laptop. I’d like to simply copy it over ( using scp ) on my
rsp3 running balenaOS and run the two containers in this file. No build,
no balena-cli, no cloud, no repository.
the balena
command is basically docker. I can do a balena run busybox sh
How can I do a docker-compose up
? what is the equivalent incantation ?
This seems so easy and basic to me, but I can’t figure it out as everything seems
designed (for good reasons, I’m sure) to use the balena-cli .
help
p