1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/nexus3/README.md

14 lines
206 B
Markdown
Raw Normal View History

2019-10-16 11:50:28 +02:00
nexus3
======
2021-12-01 12:11:40 +02:00
[Sonatype Nexus Repository Manager 3](https://hub.docker.com/r/sonatype/nexus3/)
2019-10-16 11:50:28 +02:00
## up and running
```bash
$ mkdir data
$ chown -R 200 data
$ docker-compose up -d
2021-12-01 12:11:40 +02:00
$ curl 127.0.0.1:8081
2019-10-16 11:50:28 +02:00
```