Skip to content

Instantly share code, notes, and snippets.

@geek182
Last active February 16, 2018 18:25
Show Gist options
  • Save geek182/ffdedb970b8a078e2e3734d66eaf1ce1 to your computer and use it in GitHub Desktop.
Save geek182/ffdedb970b8a078e2e3734d66eaf1ce1 to your computer and use it in GitHub Desktop.

Revisions

  1. geek182 revised this gist Feb 16, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup-nexus-docker
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    #link
    https://stefanprodan.com/2016/docker-private-registry-nexus-nginx/
    https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images
    https://help.sonatype.com/pages/viewpage.action?pageId=5412197

    #Download nexus

  2. geek182 revised this gist Feb 16, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup-nexus-docker
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,6 @@
    #link
    https://stefanprodan.com/2016/docker-private-registry-nexus-nginx/
    https://blog.sonatype.com/using-nexus-3-as-your-repository-part-3-docker-images

    #Download nexus

  3. geek182 revised this gist Feb 16, 2018. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions setup-nexus-docker
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,6 @@
    #link
    https://stefanprodan.com/2016/docker-private-registry-nexus-nginx/

    #Download nexus

    #Run nexus
  4. geek182 created this gist Feb 16, 2018.
    14 changes: 14 additions & 0 deletions setup-nexus-docker
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    #Download nexus

    #Run nexus

    #Configure repo(hosted) for docker

    #open ports for connection(HTTP/HTTPS)


    #config docker client to allow http
    example for ubuntu
    sudo vi /etc/default/docker
    DOCKER_OPTS="$DOCKER_OPTS --insecure-registry 192.168.99.100:30229"