#link https://stefanprodan.com/2016/docker-private-registry-nexus-nginx/ #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"