Mario Toffia

Results 69 comments of Mario Toffia

I've got the (about the) same issue #1976 - I just didn't see this before sumitting my issue. I've got a reference that has a reference and the latter is...

Also same goes for reference in ```info``` of which gives: ``` Errors Hide Structural error at info should NOT have additional properties additionalProperty: $ref Jump to line 3 Structural error...

@shockey Thanks for that info! :)

Hi @SeanFarrow and sorry for late reply. No I haven't started - my aim was to create a "driver" like layer so it would be possible to use docker daemon...

> Three questions before I start: > Firstly, what .Net frameworks do we want to support? I have been quite conservative so I won't break any existing code - but...

There's a setting so you can specify the compose version `ComposeVersion.V2`. For example in the fluent API: ```cs AssumeComposeVersion(ComposeVersion.V2) ``` Default is _Unknown_ and hence falls back to V1 behavoiur....

@heyLu is this what you did to make it work (I use docker compose instead of Kubernetes)? **NOTE** I run a Macbook M1 (arm64) and version `0.18.0` of the containers....

Hi @diguage and thanks for the link to eclipse. I don't quite follow you: My little project, only scans a set of golang files (within a module) to extract comments...

Hi @Fewiel - this is by design. It will return a [ICompositeService](https://github.com/mariotoffia/FluentDocker/blob/49762e36b830a1eeb42755765aab598d91d83ea7/Ductus.FluentDocker/Services/ICompositeService.cs#L5) and it's composition is determined by the _"/root/DockerFiles/test.yml"_. Inspect the contained services to get their respective name. If...

Hi @dil-bkis and thanks for your good bug report! I'll add it to my TODO list. Cheers, Mario :)