Search results for query: docker

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. momocraft

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

    Yes it was a copy/paste miss. The complete JSON from `docker inspect` had the closing quote and comma.
  14. SirDice

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

    Maybe a copy/paste issue here on the forums, but the 8.0.31 architecture appears to be missing a closing quote.
  15. momocraft

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

    ...guest running in FreeBSD host with vm-bhyve. The whole configuration is built recently. Everything seemed to work until I tried to start a docker container with certain image: % docker run -it --rm mysql/mysql-server:latest bash [Entrypoint] MySQL Docker Image 8.0.32-1.2.11-server...
  16. D

    How's life without Docker?

    Yeah. That's pretty much what I said.
  17. rbranco

    How's life without Docker?

    This must be the most depressing thread I've ever participated in on this forum. People asking "How's life without Docker?" as if we're in some kind of AA meeting, escaping the dreadful outdoors. Relax. Nobody gets high on Docker. Lighten up. Enjoy life!
  18. D

    VPN all the everythings? (all hosts, VMs etc.)

    Sometimes it seems like all the cool kids are doing it. Also Docker, Jails, VMs for everything whether you really need it or not.
  19. Beastie7

    How's life without Docker?

    And what's awesome about Jails is that it means exactly one thing; and it does that one thing very well. That philosophy sounds so familiar...
  20. cy@

    How's life without Docker?

    We don't offer it because our vendor doesn't offer it anymore. We don't install software from random sources. Nor do we build software from source. Clients can request it but they take full responsibility and are accoutable. That's a business decision on their part. An MSP cannot be responsible...
Back
Top