sjalv has quit [Read error: Connection reset by peer]
sjalv has joined #kisslinux
Ozymandias42_ has joined #kisslinux
Ozymandias42 has quit [Ping timeout: 264 seconds]
Ozymandias42_ is now known as Ozymandias42
sjalv has quit [Ping timeout: 240 seconds]
sjalv has joined #kisslinux
sjalv has quit [Ping timeout: 240 seconds]
sjalv has joined #kisslinux
elisoli has joined #kisslinux
<elisoli>
phoebos pls update neovim package
mikec has quit [Ping timeout: 256 seconds]
mikec has joined #kisslinux
sjalv has quit [Ping timeout: 246 seconds]
sjalv has joined #kisslinux
solaare has quit [Ping timeout: 250 seconds]
fultilt has quit [Quit: Leaving]
solaare has joined #kisslinux
elisoli has quit [Remote host closed the connection]
DetourNetworkUK has quit [Read error: Connection reset by peer]
DetourNetworkUK has joined #kisslinux
elisoli has joined #kisslinux
elisoli has quit [Remote host closed the connection]
elisoli has joined #kisslinux
beni has joined #kisslinux
<beni>
Hello everyone, can someone help me with docker? I'm trying to get a devcontainer to work however the socket doesn't seem to work at all
<beni>
does anyone have experience in this?
elisoli has quit [Remote host closed the connection]
elisoli has joined #kisslinux
fultilt has joined #kisslinux
yamchah2 has quit [Ping timeout: 264 seconds]
yamchah2 has joined #kisslinux
beni has quit [Remote host closed the connection]
elisoli has quit [Remote host closed the connection]
yamchah2 has quit [Ping timeout: 264 seconds]
yamchah2 has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
sweetnsour has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
sweetnsour has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
sweetnsour has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
sweetnsour has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
<phoebos>
whut
<phoebos>
elisoli
<phoebos>
0.11.5 is the latest
<phoebos>
?
sweetnsour has joined #kisslinux
sweetnsour has quit [Remote host closed the connection]
sweetnsour has joined #kisslinux
yamchah2 has quit [Ping timeout: 264 seconds]
yamchah2 has joined #kisslinux
<dery>
mhhh, why do we have docker in the repos but not podman?
<dery>
IMO podman is way nicer and arguably... simpler? after turning on the right knobs in the kernel of course
<dery>
there was kiss-containers with it but it was last updated 5 years ago and does not have a license. Trivial code interpretations aside, I decided to repackage them myself from scratch
<dery>
should I submit it to community?
<dery>
it also requires a few packages, but they're all surprisingly tiny: shadow-utils (which depends on libbsd and libdm), passt (it's TINY), and netavark (rust based but offers a pre-made vendor directory, which is nice)
<dery>
no aight the docs say that it might require other stuff
<dery>
I could bundle the various helpers though, they're really only used by it
<sad_plan>
im more curious as to why docker is in community to begin with though
<dery>
well why not really
<dery>
flatpak is
<dery>
and containers are the only sane way to run certain software unfortunately
<dery>
if you have no other choice you either run a vm (which is way slower) or change distro altogether
<dery>
there are also chroots but they bring their own set of problems
<sad_plan>
conty will solve all of your problems with less steps and less dependencies
<sad_plan>
atleast thats my opinion. people can obviously disagree with me on this, and thats fine
<sad_plan>
I still think conty is a better solution here
<dery>
it's nice yea, but I don't personally go crazy with the fact that it's "pre-made". It's basically a huge tarball of stuff that you either like or not
<dery>
while regular containers are way more flexible and configurable
<dery>
even just flatpak
<sad_plan>
you do know that you can make conty use w/e distro you want, right? :P it doesnt have to be arch, and it doesnt have to include all that jazz that it comes with ootb
<dery>
oh that's nice
<dery>
that could be a nice alternative to the random chroots I have lying around
kalj has quit [Read error: Connection reset by peer]
<dery>
but I still feel like it covers different usecases
kalj has joined #kisslinux
<dery>
thank you for bringing that up tho, I'm definitely giving it a look
<sad_plan>
its not covered in the official docs though, but if you think about it, its just a squashfs file. so it doesnt have to be arch at all. it can be kiss, it can be oasis, it can be linux from scratch if you want it to :p
<sad_plan>
well yes, it was built for gamers in mind, atleast thats the vibe its given me. I dont recall if its in the docs or not, but with the package list in mind, Id say gaming is its mai purpose :p
<dery>
yea
<dery>
there's a "making your own conty image" section in the readme or smth
<dery>
I think it's covered by that
<dery>
also nice that you can now compile everything required (it bundled bwrap and stuff)
<sad_plan>
there is, but it doesnt cover other distros. not that I think its neccessary, as you can easily just change the script to fetch an alpine tarball instead. I mean its just bash scripts. I do wish it wasnt bash, and instead was just POSIX sh, but for some reason, dev doesnt seem to see it that way 'because conty already has bash' or something along those lines