From 18cc18dedee65c4654cbdc6445ac59456fd0f6c5 Mon Sep 17 00:00:00 2001 From: 030 Date: Sat, 27 Apr 2024 15:24:13 +0200 Subject: [PATCH] fix: [#571] Upload docker images --- docs/quickstarts/DOCKER.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/quickstarts/DOCKER.md b/docs/quickstarts/DOCKER.md index b19b0ce9..05f1bb63 100644 --- a/docs/quickstarts/DOCKER.md +++ b/docs/quickstarts/DOCKER.md @@ -2,6 +2,18 @@ - [Download N3DR](./snippets/n3dr/DOWNLOAD.md). - [Start a Nexus3 server](./snippets/nexus3/SERVER.md). +- Create a repository in the Nexus3 server that has just been started: + +```bash +./n3dr configRepository \ + -u admin \ + -p $(docker exec -it nexus3-n3dr-src cat /nexus-data/admin.password) \ + -n localhost:8081 \ + --https=false \ + --configRepoName docker-images \ + --configRepoType docker +``` + - Populate it with artifacts: ```bash