SolidCharity / LightBuildServer

LightBuildServer for building rpm and deb packages and running CI scripts, using linux containers
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

support docker build container on the same host as the lbs application container #153

Closed tpokorra closed 8 years ago

tpokorra commented 8 years ago

see how we do that for lxc containers: https://github.com/SolidCharity/LightBuildServer/blob/master/lib/RemoteContainer.py#L48 and https://github.com/SolidCharity/LightBuildServer/blob/master/lib/LXCContainer.py#L88

using ContainerIP instead of ContainerName