omeid/conex

local or private docker images?

Closed this issue · 2 comments

I was wondering if it's possible to create boxes from local docker images or docker images that aren't on dockerhub?

Just found it:

func init() {
	conex.PullImages = false
	conex.Require(func() string { return Image })
}

Not sure about private images, but I needed local images more. This library is awesome!

omeid commented

Thanks for the kind words!

Support for private registry is coming soon. :)