Zak Fields

Results 12 comments of Zak Fields

@dimitry-ishenko All good questions... The [Firmata protocol](https://github.com/firmata/protocol/blob/master/protocol.md) supports, several messages. The marshaller should be able to provide a method (i.e. `sendAnalog`) and be able to marshal it into a protocol...

@rmacri It looks like you can update `Docker.DotNet.Models.CreateContainerParameters.HostConfig.Bind` property, with a list of volumes you wish to mount. The [HostConfig class](https://github.com/Microsoft/Docker.DotNet/blob/master/src/Docker.DotNet/Models/HostConfig.Generated.cs) appears to have been generated from the [Docker API](https://docs.docker.com/engine/api/v1.25/#operation/ContainerCreate).