mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-28 09:08:36 +02:00
14 lines
206 B
Markdown
14 lines
206 B
Markdown
nexus3
|
|
======
|
|
|
|
[Sonatype Nexus Repository Manager 3](https://hub.docker.com/r/sonatype/nexus3/)
|
|
|
|
## up and running
|
|
|
|
```bash
|
|
$ mkdir data
|
|
$ chown -R 200 data
|
|
$ docker-compose up -d
|
|
$ curl 127.0.0.1:8081
|
|
```
|