Skip to content

Implement container networking

Compare
Choose a tag to compare
@afiore afiore released this 09 Aug 17:59
· 19 commits to master since this release
  • Run containers in a custom bridge network, with name derived from the values the user sets in AppTag
  • Allow to directly address containers by name
  • introduce algebra.PortSpec, for a better control of the port binding behaviour. User can now chose between an explicit host-container port mapping, or just let the library pick an available host port from a given range
  • Remove support for Future