Last active
February 16, 2018 18:25
-
-
Save geek182/ffdedb970b8a078e2e3734d66eaf1ce1 to your computer and use it in GitHub Desktop.
Revisions
-
geek182 revised this gist
Feb 16, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
geek182 revised this gist
Feb 16, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
geek182 revised this gist
Feb 16, 2018 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
geek182 created this gist
Feb 16, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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"