Jonas Geiler

Results 92 comments of Jonas Geiler

Hey there! Proper SvelteKit support is coming soon in version `2.0.0`, which should fix this issue.

Hmm okay bad news: I just manually tested a dev build of this PR and I got the following error when pulling `archlinux`: ``` failed to register layer: setxattr("/var/cache/ldconfig", trusted.overlay.opaque=y):...

> Hmm okay bad news: I just manually tested a dev build of this PR and I got the following error when pulling `archlinux`: > > ``` > failed to...

Would be cool if someone looked into this again, since it's a pretty valuable change for rootless docker performance in my opinion. @AkihiroSuda @neersighted

> The signoff check fails with: > > ``` > Author: Jonas Geiler, Committer: GitHub; Expected "Jonas Geiler [[email protected]](mailto:[email protected])", but got "Jonas Geiler [[email protected]](mailto:[email protected])". > ``` > > Looks like...

One possible solution is to just remove the `Environment="DOCKERD_ROOTLESS_ROOTLESSKIT_NET=slirp4netns"` line from the [Docker docs](https://docs.docker.com/engine/security/rootless/#docker-run--p-does-not-propagate-source-ip-addresses), added by @dvdksn, but I think we should actually improve the `dockerd-rootless.sh` script instead.

> @srfsh wrote: > I may have appeared out of the blue, but I would really like some helping hand. I am not using a systemd-based distro (alpine), but as...

Great work on the windows support and thank you for your fork @hishamhm - everything seems to work perfectly except when I try to require `luarocks.loader`, which can't be found...

@magneto538 he mistakenly gave you the code for Unix, here's how you do it on Windows CMD: ```cmd luarocks path > "%temp%\_lrp.bat" call "%temp%\_lrp.bat" && del "%temp%\_lrp.bat" ``` (You can...

> @Tieske wrote: > (at)jonasgeiler I originally also thought the dll was wrong, hence we added this: https://github.com/lunarmodules/luasystem/pull/17/files#diff-5c3fa597431eda03ac3339ae6bf7f05e1a50d6fc7333679ec38e21b337cb6721R66 turned out dll was fine in my case. Maybe the code can...