Search results for query: docker

  1. KLD997

    Any interest to port OpenClaw

    I was more bored than wood, so here is a vibe coded Openclaw FreeBSD 15 port called.... FreeClaw! - vnet jail for isolation (no docker needed) - bsddialog tui for openclaw management (kill the host/jail stack, check status, run config, etc.) I recommend using ZFS if for nothing but for...
  2. H

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    Clearly not, the amount of gaslighting that I've had a subset of Linux users engaging in trying to convince me that systemd isn't impacting me personally, even though the development time that it takes to fix the integration that Linux software depending on something that's both Linux only and...
  3. fahrenheit

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    ...execution of Linux containers requires Linuxlator, I don't think there's a risk of it going away. Unless FreeBSD want's to go the way of docker in non linux, i.e. has a full blown linux vm just for it. As is the current solution is really nice (well except the part where you are required to...
  4. Y

    FreeBSD to Linux 25G Network Card Iperf3 Test

    ...32768 net.inet.tcp.recvspace: 65536 freebsd2: [root@hadoop-test8 ~]# sysctl hw.ncpu hw.ncpu: 56 linux1 和 linux2 [root@hadoop-docker-test3 roothome]# lscpu Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Byte Order: Little Endian CPU(s): 56...
  5. cracauer@

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    And usually un-upgradeable. You have 27 installations on one computer, all of which with components with known security holes. And they break if you go into the container and update yourself.
  6. A

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    Docker (and family) have made the dreams of the lazy programmers come to life: the dreaded "only works on this guy's computer" is now portable.
  7. cracauer@

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    Hard to believe that a piece of software that only gets distributed via docker and is based on libraries that are totally unportable is actually useful for anything.
  8. gotnull

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    I've stopped fighting, a rocky VM in Bhyve solved my problems, but I confess I am not a big docker user, not a big fan, I like to try things and docker is probably the easiest way to do that. For me jails are good for FreeBSD stuff mostly or even if a Linux binary is available, but if a...
  9. A

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    I've done a little research and here are my two cents. 1) You are facing a common conundrum. 2) The most practical solution seems to be, as you yourself point out: 3) To simplify your backups, you may place the VM's disk image in a dedicated dataset and snapshot/replicate it alongside the...
  10. M

    Help me ! I'm going to make a mistake... migrate to GNU/Linux ...

    ...been facing a problem when I want to deploy new software that I find on GitHub... Most of the time, they are intended to be installed with a “dockerfile”... and that's it ! In the best case scenario, there is documentation for building for dev peoples with npm/cargo... but most of the time...
  11. Y

    FreeBSD to Linux 25G Network Card Iperf3 Test

    ...0 sender [ 5] 0.00-10.03 sec 28.5 GBytes 24.4 Gbits/sec receiver iperf Done. linux to linux [root@hadoop-docker-test3 roothome]# iperf3 -c 192.168.100.104 Connecting to host 192.168.100.104, port 5201 [ 5] local 192.168.100.103 port 37014 connected to...
  12. DtxdF

    jails infrastructure as code and orchestration tools : ansible vs iocage vs (appjail + director + overlord)

    ...to use Director to deploy jails because it doesn't just deploy a single jail, it also deploys a group of jails (yes, this is inspired by docker-compose), and it also automates some interesting things like AppJail volumes, etc. In addition, I wanted to deploy virtual machines... So I created...
  13. toddg

    jails infrastructure as code and orchestration tools : ansible vs iocage vs (appjail + director + overlord)

    ...services that I've used in the past, e.g. pulumi + terraform deploying python/java/go microservices to ubuntu server instances running on aws (docker/fargate, etc.). This time, I am using languages/runtimes/hosting services that I want to use, e.g. gleam + erlang deploying to jails on...
  14. P

    Excitement and opportunity for the future of FBSD

    Exactly. That raises questions about trusting unknown blobs. That is not what I want to use.
  15. K

    Excitement and opportunity for the future of FBSD

    Its mainly so people can just grab and run pre-packaged cruft without learning / having time for / doing a proper job. It just so happens that "Docker Image" is an alias for "Bunch of packaged Linux binaries", hence on FreeBSD it just turns into emulation with extra steps. Some quotes from the...
  16. Alain De Vos

    Excitement and opportunity for the future of FBSD

    Docker,lxd,lxc,podman, bad solutions for an inherit DLL hell.
  17. K

    Excitement and opportunity for the future of FBSD

    ...not so sure. By popular, I don't necessarily mean "with individuals". One that comes to mind is trying to tailor the LinuxEmu layer to provide docker containers in the hope that it attracts companies stuck with that kind of stack. Allowing better exploitation of FreeBSD by commercial...
  18. Zare

    KDE Plasma Login Manager Won’t Support Systemd-Free Linux or BSD Systems

    ...important piece of that story. Don't get me wrong, the LXC things work, they're not nearly useless or complicated in implementations such as Docker, Kubernetes as some make them to be, and they run a lot of important stuff on the planet. But that level and that kind of OS integration vertical...
  19. blackbird9

    KDE Plasma as the default desktop environment

    Systemd was primarily designed to enable linux be deployed in large-scale cloud services, particularly using containers like docker on VM's, and to integrate with other middleware, where it has been very successful. It can be of some use on a single user desktop, at times, but the real...
  20. Andriy

    Home Assistant

    ...is visible as a serial device) via zigbee2mqtt. Yeah, and one pre-flashed tasmota device which works via mqtt as well. Note that the HA docker container cannot be used via podman or a linux jail more generally. That's because of a supervisor that HA uses plus a shortcoming in FreeBSD jails...
Back
Top