kobolog / gorb

IPVS on steroids – REST API, heartbeats, service discovery and more
GNU Lesser General Public License v3.0
809 stars 83 forks source link

Fix docker-link for docker swarm #15

Closed BrianAdams closed 8 years ago

BrianAdams commented 8 years ago

Also included the same changes for minimizing the docker file size that was used on the main gorb project.

I tested it with the use case in the issue and it fixed the problem.

codecov-io commented 8 years ago

Current coverage is 98.16%

Merging #15 into master will not affect coverage as of 47d1bdb

@@            master     #15   diff @@
======================================
  Files           13      13       
  Stmts          218     218       
  Branches        34      34       
  Methods          0       0       
======================================
  Hit            214     214       
  Partial          1       1       
  Missed           3       3       

Review entire Coverage Diff as of 47d1bdb

Powered by Codecov. Updated on successful CI builds.

kobolog commented 8 years ago

Cool, thanks! Does it resolve https://github.com/kobolog/gorb/issues/16 as well?

BrianAdams commented 8 years ago

Formatting fixed. #16 was a straight forward change but I have not tested it live yet.