Go rootless-containers

Open-source Go projects categorized as rootless-containers

Top 4 Go rootless-container Projects

rootless-containers
  1. 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.

    Project mention: Rootless Docker in a Multi-User Environment – It's All About Context | news.ycombinator.com | 2024-05-26
  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. apptainer

    Apptainer: Application containers for Linux

  4. rootlesskit

    Linux-native "fake root" for implementing rootless containers

    Project mention: Bocker: Docker implemented in around 100 lines of Bash (2015) | news.ycombinator.com | 2024-11-23

    Yes, from the README:

    > Bocker runs as root and among other things needs to make changes to your network interfaces, routing table, and firewall rules. I can make no guarantees that it won't trash your system.

    Linux makes it quite hard to run "containers" as an unprivileged user. Not impossible! https://github.com/rootless-containers/rootlesskit is one approach and demonstrates much of the difficulty involved. Networking is perhaps the most problematic. Your choices are either setuid binaries (so basically less-root as opposed to root-less anymore) or usermode networking. slirp4netns is the state of the art here as far as I know, but not without security and performance tradeoffs.

  5. umoci

    umoci modifies Open Container images

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Go rootless-containers discussion

Log in or Post with

Go rootless-containers related posts

Index

What are some of the best open-source rootless-container projects in Go? This list will help you:

# Project Stars
1 singularity 2,542
2 apptainer 1,235
3 rootlesskit 1,047
4 umoci 773

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Go is
the 4th most popular programming language
based on number of references?