Skip to content

Commit

Permalink
fix: [#571] Upload docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
030 committed Apr 27, 2024
1 parent f4869d1 commit 18cc18d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/quickstarts/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 18cc18d

Please sign in to comment.