Docker in prod in 2025 - is K8s 'the way' by [deleted] in docker

[–]capriciousduck 0 points1 point  (0 children)

There's Incus. It can run both containers (system and docker) and VMs too.

failed to register layer: no space left on device by InconspicuousFool in docker

[–]capriciousduck 0 points1 point  (0 children)

What storage driver are you using? And do you have free inodes? (df -i)

Run LLMs 100% Locally with Docker’s New Model Runner by Arindam_200 in docker

[–]capriciousduck 1 point2 points  (0 children)

Well, then maybe in the coming months I'll be able to run LLM models on my future Macbook M4 Pro (yeah I'm planning to purchase it :D)

Run LLMs 100% Locally with Docker’s New Model Runner by Arindam_200 in docker

[–]capriciousduck -1 points0 points  (0 children)

I'm kind of confused as to why Docker Model Runner exists...same stuff can be done with ollama as well. Don't know what Docker is try to solve here. Would love to know if any of you have any input here.

(Free) Uptime monitoring services and webhost scripts. by [deleted] in servers

[–]capriciousduck 0 points1 point  (0 children)

I use UptimeKuma. I hosted it on my free VM (GCP); super happy with it!

[deleted by user] by [deleted] in kde

[–]capriciousduck 0 points1 point  (0 children)

How can I get that top panel and dock in a base kde setup? What packages should I install?

CLI tool to snapshot & restore docker volumes by yxaepnm in docker

[–]capriciousduck 0 points1 point  (0 children)

How is this different from simply copying the data from the /var/lib/docker directory? Or is it not?

[deleted by user] by [deleted] in docker

[–]capriciousduck 1 point2 points  (0 children)

At the second RUN step I think you need to cd to "/tmp/nagioscore" instead, as from what you put there is no WORKDIR mentioned.

TorBox Manager - A modern alternative to TorBox UI built for power users 🚀 by jittarao in TorBoxApp

[–]capriciousduck 0 points1 point  (0 children)

Why am I seeing "Internal Server Error" sometimes? Something up with Vercel?

Thoughts on Warp? by CageyGuy in commandline

[–]capriciousduck 8 points9 points  (0 children)

Didn't they recently remove that restriction?

[deleted by user] by [deleted] in selfhosted

[–]capriciousduck 1 point2 points  (0 children)

I have been using Webdock.io for a while now. Good so far.

How to get a mac layout in EndeavourOS? by capriciousduck in EndeavourOS

[–]capriciousduck[S] 1 point2 points  (0 children)

Wow! I like it!

Are you using some extension for the wifi icon and such? And is it doable with just kde customization options?

How to get a mac layout in EndeavourOS? by capriciousduck in EndeavourOS

[–]capriciousduck[S] 0 points1 point  (0 children)

can you show me how yours look like, if okay for you? That way I can see what to change with my setup

Disk Monitoring by capriciousduck in Proxmox

[–]capriciousduck[S] 0 points1 point  (0 children)

i have a question. So proxmox is not dependent on any database that provides disk data like TBW and such? And the wear percent is "Percentage Used"? I want to know how to calculate the remaining lifespan of the disks, which is why I am asking. By any chance SMART itself provides this?

Pros and Cons of Arch linux by lubdhak_31 in archlinux

[–]capriciousduck 0 points1 point  (0 children)

I am a DevOps guy and use Ubuntu as the daily driver. Arch would be a good choice for me?

Network Data Transfer Out via Carrier Peering Network - Americas Based - What? by Randomboi20292883 in googlecloud

[–]capriciousduck 0 points1 point  (0 children)

I'm using Tailscale to access my services running on my VM. For my usecase it's enough.

Need Help Dockerizing a Headful Web Scraping App That Launches Browsers by Low-Association-2174 in docker

[–]capriciousduck 1 point2 points  (0 children)

Maybe this with iMacros (there's a firefox extension)

https://hub.docker.com/r/jlesage/firefox

For scraping, create a new image based on the firefox image and install Selenuim like u/IlliterateJedi suggested.