From 0939028f4693476e9ba5e41d5c4a0e098440af34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bouchex=20Bellomi=C3=A9?= Date: Wed, 23 Oct 2024 13:30:22 +0200 Subject: [PATCH] Added login and logout --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2597e3e..d1a67e0 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ and work path. | extra_args | Extra arguments for docker run command. | `false` | | | pre-warm | Run a warming-up container (which might crash due to first time use failure) | `false` | true | | pre-warm-cmd | Pre warm command to run inside the container | `false` | echo "warming up!" | +| registry_authentication | Enable authentication on the registry server | `false` | `false` +| registry_username | Registry server username | `false` +| registry_token | Registry server token | `false` +| registry_repository | Registry server repository | `false`