awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
buildkite avatar

buildkite/sockguardArchived

0
View on GitHub↗
144 stars·19 forks·Go·MIT·12 views

Sockguard

Safely providing access to a docker daemon to untrusted containers is challenging. By design docker doesn't provide any sort of access control over what can be done over that socket, so anything which has the socket has the same influence over your system as the user that docker is running as.…

Features

  • Container Security Tools - Proxies the docker socket to enforce access control and privileges.

Star history

Star history chart for buildkite/sockguardStar history chart for buildkite/sockguard

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Sockguard

Similar open-source projects, ranked by how many features they share with Sockguard.
  • aelsabbahy/gossaelsabbahy avatar

    aelsabbahy/goss

    5,908View on GitHub↗

    Goss is an infrastructure validation tool and testing framework used to verify that a server's current state matches a desired configuration. It compares live system output against YAML or JSON specifications to validate components such as packages, services, users, and network ports. The tool enables the automated generation of test specifications by capturing the existing state of a system. It supports diverse deployment environments through the use of dynamic templates and variable files. Beyond point-in-time validation, the framework can execute retrying tests that poll for state converg

    Go
    View on GitHub↗5,908
  • containers/oci-seccomp-bpf-hookC

    containers/oci-seccomp-bpf-hook

    0View on GitHub↗

    This project provides an OCI hook to generate seccomp profiles by tracing the syscalls made by the container. The generated profile would allow all the syscalls made and deny every other syscall.

    View on GitHub↗0
  • docker/docker-bench-securitydocker avatar

    docker/docker-bench-security

    9,655View on GitHub↗

    This project is a security compliance tool and configuration auditor designed to evaluate Docker deployments against industry security benchmarks. It functions as a script-based scanner that identifies misconfigurations and vulnerabilities within both the host operating system and container settings. The tool specifically implements the Center for Internet Security standards for Docker to verify host and container configurations. It enables a hardening workflow by comparing system states against these standards to identify security gaps and document compliance status. The audit engine suppor

    Shell
    View on GitHub↗9,655
  • google/docker-explorergoogle avatar

    google/docker-explorer

    554View on GitHub↗

    A tool to help forensicate offline docker acquisitions

    Python
    View on GitHub↗554
See all 8 alternatives to Sockguard→

Frequently asked questions

What does buildkite/sockguard do?

Safely providing access to a docker daemon to untrusted containers is challenging. By design docker doesn't provide any sort of access control over what can be done over that socket, so anything which has the socket has the same influence over your system as the user that docker is running as.…

What are the main features of buildkite/sockguard?

The main features of buildkite/sockguard are: Container Security Tools.

What are some open-source alternatives to buildkite/sockguard?

Open-source alternatives to buildkite/sockguard include: aelsabbahy/goss — Goss is an infrastructure validation tool and testing framework used to verify that a server's current state matches a… containers/oci-seccomp-bpf-hook — This project provides an OCI hook to generate seccomp profiles by tracing the syscalls made by the container. The… docker/docker-bench-security — This project is a security compliance tool and configuration auditor designed to evaluate Docker deployments against… google/docker-explorer — A tool to help forensicate offline docker acquisitions. google/gvisor — This project is a secure container runtime that provides strong isolation for application workloads by implementing a… jfrazelle/bane — AppArmor profile generator for docker containers. Basically a better AppArmor profile, than creating one by hand,…