Search results for query: docker

  1. Charlie Brown

    Why was XenForo chosen for freeBSD?

    What about flarum ?
  2. hardworkingnewbie

    Why was XenForo chosen for freeBSD?

    ...I confused Discourse with Discord. Why FreeBSD does not use Discourse is probably because a) it is based on Ruby on Rails and b) you will get only szpport when nunning from a Docker container. c) installing it ffrom scratch without docker is possible but s a PITA and updating it then a...
  3. K

    FreeBSD Foundation Flounders on 15 with Rust, pkgbase, and KDE

    Indeed, probs for the best. I do tend to upset Docker kids when I introduce them to reality but they simply can't understand. Yep. The handbook documents loads of 3rd party ports. Some good; some not so good. None of them are officially part of FreeBSD.
  4. D

    Unable to compile multimedia/logitechmediaserver

    ...perl 5.40.2 by adjusting the plist, removing the failed components of the make, and then rerunning make install. I did note that Lyrion has a docker build available. My next step would have been to install it that way. I have an alpine bhyve instance running docker and could have stuck it...
  5. paul_j

    general/other Server advice - migration to BSD or Debian Linux?

    ...about ZFS, Bhyve and so on. xibo - I agree with your points, but I will probably aim to get stuff running first, then work on better (non-docker) installation later. Your migration path looks good - I am retiring soon from paid work, so I can put some effort into it going forward. What ever...
  6. X

    general/other Server advice - migration to BSD or Debian Linux?

    ...going to be able to overcome the host OS's shortcomings, either. I might be religious here but IMO, if a software cannot be used outside of a Docker Container, then it shouldn't be used in the first place. Docker is supposed to be a containerization solution, not a software distribution...
  7. paul_j

    general/other Server advice - migration to BSD or Debian Linux?

    ...for the response! It's a good question, and my thoughts on how to proceed are based on me not understanding the possibilities of jails and docker in FreeBSD. I agree that running a NAS in a VM is not worthwhile. Just because it can be done, doesn't mean it should! I understand that Docker...
  8. Beastie7

    general/other Server advice - migration to BSD or Debian Linux?

    Whats the logic behind using Docker or NAS in a VM? That sort of defeats the purpose. A simple setup would be running all of your applications in a Jail(s) on top a bunch of ZFS datasets. If you required an app that only runs on Linux, then you can throw in Bhyve. With ZFS + Jails you get an...
  9. hardworkingnewbie

    general/other Server advice - migration to BSD or Debian Linux?

    ...means you can make a quick snapshot of the VM file for backups. Bhyve exposes the VM via VNC to you, if you want to. FreeBSD does not have docker, but jails. Jails are the container solutions builtin to FreeBSD. Again there are some frontends around, I've been using ezjail-admin for ages...
  10. paul_j

    general/other Server advice - migration to BSD or Debian Linux?

    ...on a Debian VM, also with some small websites I host for myself, and for the local community band A Debian install, with several small docker applications and Immich (also in Docker). I am running Asterisk on this as well to connect to HamsOverIP and HamshackHotline. Jellyfin Since TrueNAS...
  11. D

    Simple container registry hosting on FreeBSD

    I use Gitea as my Docker image repository. I tested many other options but decided to stick with Gitea. The other options where mostly overkill. But, I also use Gitea for Git version control.
  12. R

    general/other Best solution for using docker with docker compose on FreeBSD

    Without aim for completeness, to summarize my learnings. Context is having custom backend software already bundled as Docker (or OCI) images, so far running under Linux using docker-compose (or lately podman-compose). And now exploring a migration path to FreeBSD, with first step as migrating...
  13. Freedom

    Simple container registry hosting on FreeBSD

    Hi, While I have been trying to get rid of Docker & co I will need to host a simple container registry on my home network. Mainly to mirror images I use in case I loose network connectivity. I was looking at my options on FreeBSD: - Most straightforward seems to be to install Gitea (Gitea...
  14. A

    general/other Best solution for using docker with docker compose on FreeBSD

    ...CDI spec directories: /etc/cdi /var/run/cdi Swarm: inactive Runtimes: io.containerd.runc.v2 runc Default Runtime: runc Init Binary: docker-init containerd version: 05044ec0a9a75232cad458027ca83437aae3f4da runc version: v1.2.6-0-ge89a299 init version: de40ad0 Security Options...
  15. A

    general/other Best solution for using docker with docker compose on FreeBSD

    After 2 days of hard work :D atag@atag-FreeBSD ~> docker info Client: Version: 28.3.1 Context: default Debug Mode: false Plugins: buildx: Docker Buildx (Docker Inc.) Version: v0.25.0 Path: /home/atag/.docker/cli-plugins/docker-buildx compose: Docker Compose (Docker...
  16. R

    Best practice for meeting extra rubygem dependencies for installed ports?

    ...user, and the user isn't the correct granularity for managing dependencies, the application or project is. This is a huge problem area, and Docker and Flatpacks are attempts at a partial solution. But given all that, we still need to make progress. Here is what I do: (a) Start with...
  17. momocraft

    Solved "exec format error" running certain docker image inside bhyve Linux guest, while everything is amd64

    ...image was somehow corrupted 🤦 . Removing the image and downloading again fixed it. I realized this when trying to extract the binaries to run outside a container: % docker save mysql/mysql-server:8.0.31 > image.tar Error response from daemon: file integrity checksum failed for...
Back
Top