NeowayLabs / neosearch

Full Text Search Library
30 stars 4 forks source link

Implement an easy way to get the output binaries generated inside the container #10

Closed katcipis closed 9 years ago

katcipis commented 9 years ago

Right now it is not possible to get the binaries that have been built inside the container.

Docker solves this with its bundles directory. The binaries generated inside of it have root as owner, and a directory is created for each different version of the build.

Something like that would be enough ?

i4ki commented 9 years ago

Yes. I read the docker build source code and copy/paste/change some useful parts to usage in neosearch. I think that solves our problem, we can continue improving this model from #11. What do you think?