Bugfix & Small Feature 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