I’d like to use the OpenWrt container tools, rather than Docker, if possible. What is the best way to download images from Docker Hub?
What are you trying to do in the first place?
1 Like
I want to reduce the size of my OpenWrt images, by getting rid of Docker. I can't figure out what tools are available to download a container image from Docker Hub and prepare it for use with uxc
.
LXC has it's own template, why are you looking at docker hub?
LXC and OCI containers serve different purposes. I'm not interested in LXC. I just want to deploy containers that already exist on Docker Hub.