Abiola Ibrahim

Results 583 comments of Abiola Ibrahim

I think we've got enough confirmations, would go ahead with the fix.

This should be resolved now with the new release https://github.com/abiosoft/colima/releases/tag/v0.8.1.

For now, the `restart` command does not reload the configuration. You would need to do a stop/start for that behaviour.

The config was not available in Lima initially, must've been introduced more recently.

I am actually not a fan of this approach as it is not a relevant information for most users. I would leave it as is, and log the config file...

@jason19970210 do you still want to update this?

@jason19970210 I added one more code comment suggestion.

How did you build `my_image`? And if you really want to interact with the shell, you should pass `-it` as additional flags. I tried with some other docker images and...

It simply means something is already using port 53. You can check the program using it by running the following command. ``` lsof -nP -iTCP:53 | grep LISTEN ```

It is more of a warning/info than an error that you can safely ignore. If you feel uncomfortable with it, you can link to the default docker socket as mentioned...