Struan Bartlett

Results 74 comments of Struan Bartlett

No. (3) is complicated, and limiting unless there's a way to reassign which `ssh-agent` process is associated with the devtainer at any one time. No. (1) is simplest. Note that...

@techwithanirudh Thanks for your interest in Dockside and for your suggestion. We are interested in prototyping an integration of Code Server (or similar) with Dockside, however it's worth noting that...

Today's release https://github.com/newsnowlabs/dockside/releases/tag/v3.0.0, provides integrated support for SSH and, indirectly, VS Code server. This isn't VS Code in the browser, but local VS Code accessing devtainers using [VS Code remote...

To implement this in a relatively neat way, I suggest we: - Introduce the concept of a 'redirect-to-https' protocol within the router service definition. In Profile.pm, modify sub new, to...

It seems like a really basic issue of correctness that (a) the tmpfs mode set on launch should be the same after the container is restarted; (b) the tmpfs mode...

Hi @SmylerMC. I think we've got too separate issues here. Let's take the Debian custom kernel first. The issue here is you also need the `virtio_console` module added to `/etc/initramfs-tools/modules`...

Now looking at the slow-start issue. This symptom is one I haven't seen and I don't yet know what's going on. I agree it does look like QEMU taking nearly...

I notice you've got 20 cores on this computer and are using default memory allocation of 512M. I wonder if this isn't a happy combination. Let's try `--cpus 1` and...

Oh I believe there may be an issue whereby debian specifically doesn't like using `virtio_console` with `RUNCVM_KERNEL_DEBUG=1`. The aforementioned workaround to use serial instead is needed if you use `RUNCVM_KERNEL_DEBUG=1`...

> > Oh I believe there may be an issue whereby debian specifically doesn't like using `virtio_console` with `RUNCVM_KERNEL_DEBUG=1`. > > > > Good catch, removing the option works. Any...