An open API service indexing awesome lists of open source software.

https://github.com/evilfreelancer/docker-nexus

Docker composition for Nexus 3 by Sonartype
https://github.com/evilfreelancer/docker-nexus

Last synced: 7 months ago
JSON representation

Docker composition for Nexus 3 by Sonartype

Awesome Lists containing this project

README

          

# Docker composition of Sonatype Nexus 3

Docker composition for Nexus 3 Repository Manager by Sonatype.

Video about this project https://youtu.be/6WjwrZknYVk (on Russian language)

## How to use

Clone repository

```sh
git clone https://github.com/EvilFreelancer/docker-nexus.git
```

Change directory then copy demo config

```sh
cd docker-nexus
cp docker-compose.dist.yml docker-compose.yml
```

Run composition

```sh
docker-composer up -d
```