Skip to content

Bugfix & Small Feature Release

Compare
Choose a tag to compare
@mariotoffia mariotoffia released this 18 Sep 19:15
· 427 commits to master since this release

This release fixes a few bugs and adds small fetures such as the ability to handle

  • Container Memory Management Options
  • Container Identification Options
  • Block I/O Constraints, Privileged Options
  • Networks settings Options

Added a property on the IContainerService called Image. It reflects the image of the current runtime container.

It also fixes spaces in paths in many places such as docker-compose, mount, working directory etc. It also handles / as neutral path and thus is translated to __ in windows.

Untested docker-compose service where a service is handling docker-compose docker container life-cycle. It also has a fluent API to model up such service. However, it is in alpha and things may change when 3.0.0 is released.

Cheers,
Mario