Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
testcontainers-go
Programmatically spin up disposable Docker containers for Go integration and smoke tests, then tear them down automatically.
docker-py
Official Python library for the Docker Engine API — manage containers, images, networks, and Swarm clusters from your own code.
testcontainers-node
Spin up disposable Docker containers to run real databases, brokers, and browsers in your Node.js tests.
dockerode
A Node.js client for the Docker Engine Remote API, covering containers, images, networks, and volumes with streams intact.
moby/moby/api
The independently-versioned Go module of shared request/response types for the Docker Engine API, used by both the daemon and third-party Go clients.
docker/docker
The legacy Go client library for the Docker Engine API, used to build and manage containers, images, and daemons programmatically.
systeminformation
Dependency-free Node.js library exposing 50+ functions for deep hardware, OS, and system telemetry
Docker CLI
The official command-line client for Docker Engine, covering containers, images, networks, swarm, and an extensible plugin ecosystem.
image-spec
Canonical Go types and embedded JSON Schema validation for the OCI Image Format specification.
go-containerregistry
A Go library and CLI toolkit for reading, writing, and mutating OCI container images across registries, tarballs, and daemons.
verdaccio
A lightweight, zero-config-required private npm registry with built-in caching and proxying of public registries.
BuildKit
The daemon and CLI toolkit behind `docker build`, compiling Dockerfiles and other build definitions into portable, cacheable OCI images.
containerd
A CNCF-graduated container runtime that manages the full container lifecycle for Linux and Windows hosts.
Dockertest
Spin up real Docker containers for Go integration tests, then tear them down automatically.
Testcontainers for Rust
Integration-test against throwaway Docker containers from within Rust