nerdctl icon indicating copy to clipboard operation
nerdctl copied to clipboard

Support for configuring static ipv6_address (compose and nerdctl run)

Open frits-v opened this issue 2 months ago • 0 comments

What is the problem you're trying to solve

Configure a static ipv6 address through the service parser in compose.

Describe the solution you'd like

Parse ipv6_address field, similarly to the ipv4_address field.

Additional context

The underlying plumbing is all there, we just need to add another few lines of code to deal with the parsing.

frits-v avatar Nov 10 '25 22:11 frits-v