I've been using a tool called CraneOperator to manage my local Docker Registry for years, and it worked great until I switched to an arm64 architecture. Since the prebuilt image is only available for x86, I'm trying to build it from source, but I'm hitting roadblocks. The creator hasn't updated the tool in 7 years, and although I can get it to build without errors, it just won't run properly. I'd like to find a simpler alternative to manage my Docker Registry. While I've considered using larger solutions like Harbor or Nexus, they feel like overkill for my needs. Any recommendations that might fit the bill?
1 Answer
Check out Joxit’s Docker Registry UI! It’s lightweight and seems perfect for what you need. Here's the link: https://github.com/Joxit/docker-registry-ui

Thanks, that looks exactly like what I was looking for! Though it turns out I have a bunch of missing manifests I didn't notice before!