storage

Container Storage Library (by containers)

Storage Alternatives

Similar projects and alternatives to storage

  1. go

    2,197 storage VS go

    The Go programming language

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. zfs

    750 storage VS zfs

    OpenZFS on Linux and FreeBSD

  4. podman

    386 storage VS podman

    Podman: A tool for managing OCI containers and pods.

  5. Moby

    230 storage VS Moby

    The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems

  6. toolbox

    110 storage VS toolbox

    Tool for interactive command line environments on Linux (by containers)

  7. distribution-spec

    OCI Distribution Specification

  8. buildkit

    concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit

  9. runc

    35 storage VS runc

    CLI tool for spawning and running containers according to the OCI specification

  10. crun

    A fast and lightweight fully featured OCI runtime and C library for running containers

  11. buildah

    A tool that facilitates building OCI images.

  12. distribution

    The toolkit to pack, ship, store, and deliver container content

  13. asciinema

    11 storage VS asciinema

    Platform for hosting and sharing terminal session recordings

  14. conmon

    An OCI container runtime monitor.

  15. railcar

    Discontinued RailCar: Rust implementation of the Open Containers Initiative oci-runtime (by drahnr)

  16. serverless-registry

    A container registry backed by Workers and R2.

  17. docker

    Docker - the open-source application container engine (by alexlarsson)

  18. pq

    3 storage VS pq

    a command-line Protobuf parser with Kafka support and JSON output (by sevagh)

  19. keppel

    Regionally federated multi-tenant container image registry

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better storage alternative or higher similarity.

storage discussion

Log in or Post with

storage reviews and mentions

Posts with mentions or reviews of storage. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-07-12.
  • Using S3 as a Container Registry
    8 projects | news.ycombinator.com | 12 Jul 2024
    If $PROGRAMMING_LANGUAGE = go, you might be looking for https://github.com/containers/storage which can create layers, images, and so on. I think `Store` is the main entry: https://pkg.go.dev/github.com/containers/storage#Store

    Buildah uses it: https://github.com/containers/buildah/blob/main/go.mod#L27C2...

  • Where are the containers located on my system?
    1 project | /r/distrobox | 25 Apr 2023
    Check here: https://github.com/containers/storage/blob/main/docs/containers-storage.conf.5.md
  • Storage Solutions & Their Use Cases
    3 projects | /r/linux | 5 Jun 2022
    One example that keeps popping up over the years is containers and ZFS or more specifically Linux kernel namespaces and ZFS. First LXD in 2016, podman in 2020 and 2021. There is docker issues in the past as well with the ZFS storage driver or overlayfs. These issues are fixed rather quickly by ZFS (because they are very good at what they do) or by upstream, but bugs keep happening. It is something I do not want to deal with. As I expect future problems with ZFS and projects that depend on specific features of the linux kernel, I prefer using something else. In this case Stratis, LVM and XFS, or LVM and ext4.
  • How to mount network storage into podman rootless container?
    1 project | /r/podman | 31 May 2022
    I tried using NFS because I know it well, and it is easy to do using ZFS. This Red Hat blog post says NFS should work and it does not work at the same time. I decided to just try. The ZFS server has no idea about the subuids on the podman host, so I had to mess around with --uidmap and --gidmap. That worked, as long as I did not use a pod. To keep things neat and simple, I tried to put all my Nextcloud containers into one pod. However, the id-mapping features cannot map multiple container IDs to the same host IDs. So, I cannot map the www-data (70) user and the postgres (82) user to localadmin (1000) on the podman host. Next, I tried directly mounting the NFS share as a volume using the '--opt type=nfs4' option when creating the volumes. Right away, I learned that rootless containers can't mount network shares. Makes a certain kind of sense and is also documented in the man page. But I first tried using root containers, to prove out the concept. The volumes mounted without complaint, but I landed back at square one because the id-mapping is not applied anywhere now. Appears to me that, NFS is a complete dud for this kind of application.
  • Overlay: Support Native Rootless Mounts
    1 project | news.ycombinator.com | 11 Feb 2021
  • Podman: A Daemonless Container Engine
    12 projects | news.ycombinator.com | 11 Feb 2021
    Docker is properly attributed to, see https://github.com/containers/storage/blob/a4cc7aa79e050c976...

    I think OP wanted to say that Podman hates Docker what is not I feel when I'm interacting with the community there. People who use Podman do it because of it's additional features that Docker does not have, like starting an Container from a rootfs or mounting the currect directory in a container using "." as path. It's a lot of small things that make Podman better.

  • A note from our sponsor - SaaSHub
    www.saashub.com | 24 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic storage repo stats
6
579
9.8
9 days ago

containers/storage is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of storage is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com