View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

Nexus

Containers running sonatype/nexus3.

Usage with docker

Using docker registry

# re-tag
docker login registry.dev.localhost
docker pull hello-world:latest
docker tag hello-world:latest registry.dev.localhost/hello-world:latest
# push
docker pull hello-world:latest
docker push registry.dev.localhost/hello-world:latest

Check https://registry.dev.localhost/v2/_catalog and https://registry.dev.localhost/v2/hello-world/tags/list