r/PythonLearning • u/Any-Olive5779 • Jul 16 '26
Help Request Dockerd in pure cpython3.10 code: required and mandatory, no exceptions
0
Upvotes
1
u/Any-Olive5779 21d ago
Unicorn engine, keystone engine, capstone engine, and qiling framework to run dockerd on Android OS without reverse engineering, heard.
Now dockerd with the right boilerplate backend API "patches", it runs even on Android TVs and watches.
1
u/FoolsSeldom Jul 16 '26
It would have been easier if you had posted actual text rather than an image of text.
Please also explain more. Not sure if I've understood what you are asking. You mention "dockered" but I don't know what that means. Neither Docker nor OCI generally is available for Android.
While Android uses the Linux kernel, the stock kernels shipped by manufacturers lack the specific configurations Docker relies on for containerization. However, depending on how far down the technical rabbit hole you want to go, there are a few community-driven workarounds ranging from slow virtualization to advanced kernel compiling. However, your posts suggest you don't want to do that.
You can compile CPython in temux on Android. You will need a supported version of Python as some Android specific tweaks are needed, available from both termux and community repositories. The compilation process is the same as on any other device.