rayr007

Results 6 comments of rayr007

I would guess you need to set these in the VM that Colima sets up to run containers in. I believe you can get in with `colima ssh` but I...

I've run into an issue where I have 2 hosts (nearly identical VMs) and this plugin works with one but not the other. I've compared the output of just connecting...

Actually, I found my issue. I use a ProxyCommand in the ssh config file to do a hop through a host. The server that worked with this plugin had it's...

I found that version 4.22.0 does not run any of my changed changeSets with runOnChange set to true. ``` yaml - changeSet: author: me id: package.pck #comment: N/A runOnChange: true...

Thanks. Found that after posting this comment... 👍

I found that this worked well for me: `docker service logs -f nameOfContainer | grcat conf.log` If using the docker extension in VSCode, you can edit the logs command in...