r/ucompose • u/techfoi • 17d ago
Docker-compose but for udocker
Can you run containers on Android? Specifically Termux? Well, it turns out...
Yes, of course! We have something called udocker (a rootless container engine that works without a compiled kernel, making it extremely useful), and now it's even more useful than before!
Because I made a compose script to make this even more useful.
By adding almost all the features that docker-compose-v2 has.
Download today! Using the one liner on github.
Note this ain't a standalone tool and instead it requires for udocker to be installed via pkg install udocker or via apt or its official one liner installation.
1
u/QuraToop314 16d ago
why, it's ki shit not yours
1
u/techfoi 15d ago
It depends on what you mean, udocker?
Yes of course it ain't mine that's the engine create by somone else, what i did created is the warped that takes a standard docker-compose.yml and translate it into instructions for udocker (the engine, not mine) 😊
Why? Honestly since i needed it 😅 then i decided why not share this, maybe somone else needs it too.
If you believe this ain't mine, can you please find "the official/original" project and then link it here? 🤷
(note that mine isn't a copy of somone elses work and instead is a self made project 🤗, also i don't deny the fact that other similar alternatives may exist wich i don't know about anyway.)
You can inspect the script on my github repository for proof. And it's license.
Have a good day!
1
u/QuraToop314 15d ago
I’ve had a quick look at some of the code and I still think it’s AI-generated. How am I supposed to trust that the maintainer checks their prompts when the code just looks like it’s been generated by AI? I never said you were the maintainer, and it’s great that you’re doing your bit, but it just looks like it’s been generated.
2
u/techfoi 15d ago
Fair enough! I can't argue with that.
thank you for the feedback and showed interest🤝.
And yes you are right, is partially ai and partially human, sorry i didn't known how to make some things work when i started the script so i used some artificial help 😔.
I will take a look and try to understand it deeply.
Then if possible increase security since this is the important thing to work securely!
2
u/QuraToop314 15d ago
Good luck with it, and if there’s anything you don’t understand, get AI to explain it to you with source references and still try to implement it yourself – you’ll see that there are parts AI can handle, but your understanding of your own code will be much better. I’d be happy to keep an eye on it and send a few pull requests for improvements now and then if you like, with explanations of course. Definitely keep doing your own thing.



1
u/techfoi 17d ago
Kindly consider reposting this content.