Search results for query: docker

  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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.
  6. 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.
  7. 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...
  8. D

    How's life without Docker?

    Yeah. That's pretty much what I said.
  9. 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!
  10. 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.
  11. 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...
  12. 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...
  13. K

    How's life without Docker?

    ...(and decent) these days that a monoculture isn't "too" damaging. If you need scumm X in order to run scumm Y, at least you can whack it in a VM and encapsulate any bad ideas. And if you are on Linux... well you can actually benefit from Docker/OCI because the implicit binaries can run. XD
  14. V

    How's life without Docker?

    ...wars and Linux ascendancy in the whole container/orchestration space, and this is bad for everyone in the end. In this respect, the effect of Docker is indistinguishable from that of systemd: propagation of Linux monocultures. Docker is a huge part of my day job, because the whole...
  15. K

    How's life without Docker?

    ...a meaningful way because it will never be able to benefit from an ecosystem consisting predominantly of Linux binaries. I don't rely on any of this stuff so I am happy to see how this plays out. Just stating some of my technical reservations and how "Life without Docker" is really not a problem.
  16. rbranco

    How's life without Docker?

    Tell that to the hard-working folks making OCI containers possible on FreeBSD. In this thread we made lots of rounds because we used "docker" to refer to a whole ecosystem: - Docker, Inc. - Docker Hub. - Docker Swarm & Docker-Compose. - Docker images that are now called OCI images. These are...
  17. K

    How's life without Docker?

    FreeBSD-related Useful Discussion "At $JOB we don't offer docker services to clients. First, docker is deprecated and no longer supported (by us) on RHEL" Your original statement was very cyclic. You stated that you don't offer a product to clients because you don't offer a product to clients...
Back
Top