Anthony Lapenna

Results 180 comments of Anthony Lapenna

@daimatz @fabiante thanks for the feedback, I've updated the PR

@hendersj you can always copy the template as a custom one and override that configuration. ![image](https://github.com/user-attachments/assets/c13fa0e0-afda-4689-afd6-507764ccd315)

Nice, I wonder if we should add more documentation to the README about how to use this

@rothgar sorry I did not get the time to look into this, this is likely related to the area where the PR adds changes if you want to have a...

> if i recreate a container which is in two networks This is not possible at the moment (bug report #1491) so I'm not sure about how you're achieving this...

@acortelyou we'll see if we can have a look integrating the fix into the next release for this one. @itsconquest please add #2993 into our review list.

Hey @rothgar, how did you start k2d? Anything in the startup logs of k2d? This should not happen unless you altered the /var/lib/k2d folder or data path after starting k2d....

I haven't looked at this properly but from the top of my head this would be pretty hard to implement with the current translation layer - I believe that we'd...

Hey @rothgar do you mind testing the build provided via https://github.com/portainer/k2d/pull/94 ? You can use the `-e K2D_ALT_NAMES=name1,name2` environment variable to specify one or more alt names to be associated...

@rothgar you have to use the `-e K2D_ALT_NAMES=` flag. e.g. ``` docker run -d \ --name k2d-k2d \ --network host \ --restart always \ --env K2D_ADVERTISE_ADDR=192.168.4.4 \ --env K2D_ALT_NAMES=d.lan \...