From 48d45b5d08c502ed133ff3c0418b37deca4802e3 Mon Sep 17 00:00:00 2001 From: saces Date: Thu, 7 Jan 2021 13:32:49 +0100 Subject: [PATCH] update docker registry --- docker-registry.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-registry.md b/docker-registry.md index 64e1037..de9e855 100644 --- a/docker-registry.md +++ b/docker-registry.md @@ -1,10 +1,12 @@ ## Docker registry +Working with docker/drone a registry comes handy, so set one up. Adding some auth is also a good idea: https://github.com/cesanta/docker_auth -https://github.com/cesanta/docker_auth +Since this lightwight setup has no gui, a tool for browsing the registry: https://github.com/mayflower/docker-ls -https://github.com/mayflower/docker-ls +--- +Sample configuration files for registry+auth docker-compose.yml ~~~