@ComradeMiao to SelfhostedEnglish • edit-23 days agoHow to maintain a local repository of docker images in case they go offline?message-square17arrow-up141arrow-down14file-text
arrow-up137arrow-down1message-squareHow to maintain a local repository of docker images in case they go offline?@ComradeMiao to SelfhostedEnglish • edit-23 days agomessage-square17file-text
minus-square@[email protected]linkfedilinkEnglish4•3 days agoJust use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.
minus-square@[email protected]linkfedilinkEnglish3•3 days agoWe run this at work so we have forever copies of image tags and to reduce dockerhub rate limit issues. Works well even for a large dev team.
Just use a sonatype nexus 3 image and proxy docker hub, etc. Then you pull images through it.
We run this at work so we have forever copies of image tags and to reduce dockerhub rate limit issues. Works well even for a large dev team.