-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Newpkg: udocker (fix #21694) #24699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Newpkg: udocker (fix #21694) #24699
Conversation
|
I kept getting UNAUTHORIZED for every command for some reason |
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
robertkirkman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is actually working very well for me, and both normal Docker images, and also the esoteric Docker image termux-docker, are working with this for me.
working:
udocker run ubuntu:25.04
apt update
apt upgrade
working:
udocker run termux/termux-docker:aarch64
pkg upgrade
Yep, even AMD64 images on ARM64 should work |
It works, but please check all changes
Thanks @George-Seven for https://github.com/George-Seven/Termux-Udocker
@robertkirkman - Please check :)