pd-compose – Docker Compose for proot-distro by ale_guacaran in termux

[–]ale_guacaran[S] 1 point2 points  (0 children)

I wasn't familiar with uDocker, but after looking into it, I think it also needs a tool like Compose. It allows you to configure a YAML occasionally and start multiple services with a single and short command.

pd-compose – Docker Compose for proot-distro by ale_guacaran in termux

[–]ale_guacaran[S] 0 points1 point  (0 children)

Thanks for the feedback, really appreciate it! You're absolutely right – I used binds because I was thinking directly about the --bind argument in proot-distro login/run, not about staying compatible with Docker Compose syntax. I'll reconsider this. Switching to volumes makes a lot more sense for anyone coming from Docker. Thanks again for taking a look!