machine VS distribution

Compare machine vs distribution and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
machine distribution
2 15
120 8,395
0.0% 1.2%
1.8 9.4
over 2 years ago 3 days ago
Go Go
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

machine

Posts with mentions or reviews of machine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-31.
  • Podman: A tool for managing OCI containers and pods
    25 projects | news.ycombinator.com | 31 Aug 2021
    Your comment gave me the impression that Daniel Walsh made some refutation against that podman-machine is being deprecated, but the Tweet you link to say no such thing, unless it's hidden in some sub-tweet (Twitters UX is horrible to discover things).

    Going straight to the source (https://github.com/boot2podman/machine), it says the following:

    > DEPRECATED (with huge letters)

    > Podman Machine is now deprecated. Users should try using Vagrant instead.

    So one can safely assume that podman-machine is in fact getting deprecated.

  • Docker desktop no longer free for large companies
    4 projects | news.ycombinator.com | 31 Aug 2021
    Well yeah, sure, but Docker for Mac/Windows installs the VM, sets up host-guest file shares, papers over networking and VPN stuff, etc.

    I was going to say that installing Podman on macOS/Windows leaves the VM as an exercise to the user, but per another comment, there's podman-machine[1], a new-ish built in to setup a VM. However, it's apparently already deprecated (?) and recommends simply 'Vagrant' as an alternative, so seemingly setting up the VM is back to being a user exercise for Podman?

    [1]: https://github.com/boot2podman/machine

distribution

Posts with mentions or reviews of distribution. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-15.
  • How Do I Actually Use Docker?
    2 projects | /r/selfhosted | 15 Apr 2023
    To transfer the image between your local machine and the server, you'll need a registry such as Docker Hub or GitHub Container Registry. (Technically you can compress images and distribute them as files but it's more of a headache than it's worth) There are plenty of registries that will allow you to host private images if that's a concern for you, but it will be harder to find a free/cheap solution. You can also host your own registry using the Distribution Project. But be warned that while hosting a basic registry is really easy, locking it down can be a pain because of the lack of well maintained and easy to use projects.
  • Go doesn’t do any magical stuff and I love that
    8 projects | /r/golang | 12 Mar 2023
    The open source repository my colleague and I reference in this talk can be seen at https://github.com/distribution/distribution/
  • Good options for HA docker registry?
    2 projects | /r/docker | 14 Nov 2022
    FWIW, the open source registry application itself is essentially stateless. You just run multiple copies of it and point all of them at the same storage for a High Availability setup. If you have GlusterFS, you can mount it to the local filesystem and use the filesystem storage driver, though you may need to tweak settings for it to function properly (example).
  • Self-Hosting container registry
    1 project | /r/kubernetes | 14 Oct 2022
  • Ask HN: Has anyone self/on-prem hosted a container registry
    1 project | news.ycombinator.com | 22 Sep 2022
    It's always been one of those items deep down on the "to consider" list, and my rationale was that there really aren't any straight-forward solutions for this and with Gitlab and Github offering their own registries it was never a problem.

    But yesterday I found out that Docker's Registry core (Distribution) [0] is OpenSource (and used by other registries too!), but I haven't seen many mentions of it until then. I've checked out their documentation and it seems solid.

    So, what is your experience with self-hosting registries be it Distribution, Harbour or something else. Any hidden PITA? I myself will spin Distribution up on the dev env and see how it goes!

    [0]: https://github.com/distribution/distribution

  • What is "registry"?
    2 projects | /r/docker | 14 Mar 2022
    The original registry "distribution" project (which is the base of Docker Hub, Harbor, etc) was donated to the CNCF: https://github.com/distribution/distribution
  • Harbor + Kubernetes = Self-Hosted Container Registry
    3 projects | /r/kubernetes | 1 Nov 2021
    Evaluated this a couple of weeks back. Ended up going for registry:2 aka distribution/distribution + https://github.com/cesanta/docker_auth + https://github.com/Quiq/docker-registry-ui
  • Docker desktop no longer free for large companies
    4 projects | news.ycombinator.com | 31 Aug 2021
    > There's a standards conversion going on where we can trace the provenance of each and every layer of the image, we can start signing those layers, and with that metadata, we can start doing automated decisioning, automated reporting, automated visibility into what's been done to that image at each step of the lifecycle.

    Docker's CEO is being disingenuous. When you deploy a Docker container, you specify the image ID. The ID looks like a SHA-256 digest and even starts with the string 'sha256' but it is an arbitrary value generated by the docker daemon on the local machine. The ID is not a hash of the image contents [0]. In other words, docker images are not content-addressed.

    Since docker images are not content-addressed, your image registry and image transfer tools can subvert the security of your production systems. The fix is straightforward: make an image ID be the SHA-256 digest of the image contents, which is the same everywhere: on your build system, image registry, test system, and production hosts. This fix will increase supply chain security for all Docker users. It is massive low-hanging fruit.

    Now Docker will add image signatures without first making images content-addressed. Their decision makes sense only if their goal is to make money and not make a secure product. I cannot trust a company with such priorities.

    [0] https://github.com/distribution/distribution/issues/1662

  • Any lightweight docker registry host suggestion?
    3 projects | /r/selfhosted | 23 Aug 2021
    no docker distribution please, https://github.com/distribution/distribution seems hard to run and config.
  • Suggestions for self hosted container registries?
    3 projects | /r/selfhosted | 3 Aug 2021
    I’ve not used it myself but it does look like the Docker registry itself is open source https://docs.docker.com/registry/deploying/ and https://github.com/distribution/distribution

What are some alternatives?

When comparing machine and distribution you can also consider the following projects:

cockpit-podman - Cockpit UI for podman containers

Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.

podman - Podman: A tool for managing OCI containers and pods.

Portus - Authorization service and frontend for Docker registry (v2)

gitlab-runner

Dragonfly - This repository has be archived and moved to the new repository https://github.com/dragonflyoss/Dragonfly2.

toolbox - Tool for interactive command line environments on Linux

OPA (Open Policy Agent) - Open Policy Agent (OPA) is an open source, general-purpose policy engine.

singularity - Singularity has been renamed to Apptainer as part of us moving the project to the Linux Foundation. This repo has been persisted as a snapshot right before the changes.

distribution-library-image

d.rymcg.tech - A collection of self-hosted docker-compose projects with Traefik reverse proxy, integrated auth, and administrative Makefiles for easy maintainance

containerd - An open and reliable container runtime