Closed p1gp1g closed 8 months ago
You can use the container with the host adb server
too, which can be usefull in some cases :
podman run --rm -v ./:/wd --net=host apk.sh:latest
Dunno, 🤔, is docker support effectivelfy useful? apk.sh will download all the tools u need.
I try to avoid downloading stuff on my host, that's why I did this container :)
Some user may want to use this project without installing additional tools. Docker supports can solve this.