๐ŸŒ
GitHub
github.com โ€บ docker
Docker ยท GitHub
January 9, 2026 - Docker helps developers build, share, run, and verify applications anywhere โ€” without tedious environment configuration or management. This GitHub organization is home to many of the open source tools that power the Docker experience.
open-source software for deploying and running of containerized applications
Docker is a set of products that uses operating system-level virtualization to deliver software in packages called containers. Docker automates the deployment of applications within lightweight containers, enabling them to run consistently โ€ฆ Wikipedia
Factsheet
Original author Solomon Hykes
Developer Docker, Inc.
Initial release March 20, 2013; 13 years ago (2013-03-20)
Factsheet
Original author Solomon Hykes
Developer Docker, Inc.
Initial release March 20, 2013; 13 years ago (2013-03-20)
๐ŸŒ
GitHub
github.com โ€บ docker-library
Docker Official Images ยท GitHub
Docker Official Images has 49 repositories available. Follow their code on GitHub.
๐ŸŒ
GitHub
github.com โ€บ docker โ€บ getting-started
GitHub - docker/getting-started: Getting started with Docker ยท GitHub
Getting started with Docker. Contribute to docker/getting-started development by creating an account on GitHub.
Starred by 3.1K users
Forked by 6.4K users
Languages ย  JavaScript 86.4% | Dockerfile 5.7% | HTML 4.1% | CSS 2.6% | Shell 1.2%
๐ŸŒ
GitHub
github.com โ€บ dockersamples
Docker Samples ยท GitHub
January 19, 2026 - This GitHub Org is the home to Docker's official samples and examples.
๐ŸŒ
Docker
docker.com โ€บ blog โ€บ docker-github-actions
Docker Github Actions | Docker
November 21, 2024 - In this CI flow I am using two Docker actions, the first allows me to log in to Docker Hub using my secrets store in my GitHub Repository. The second is the build and push action, in this I am setting the push flag to true (as I want to push!) and adding in my tag simply to always go to latest.
Find elsewhere
๐ŸŒ
GitHub
github.com โ€บ docker โ€บ welcome-to-docker
GitHub - docker/welcome-to-docker ยท GitHub
This is a repo for new users getting started with Docker.
Starred by 824 users
Forked by 2.6K users
Languages ย  JavaScript 76.8% | CSS 10.8% | HTML 6.2% | Dockerfile 6.2%
๐ŸŒ
Go Packages
pkg.go.dev โ€บ github.com โ€บ docker โ€บ docker
docker module - github.com/docker/docker - Go Packages
GO-2026-4887: Moby has AuthZ plugin bypass when provided oversized request bodies in github.com/docker/docker
๐ŸŒ
Docker Docs
docs.docker.com โ€บ manuals โ€บ docker hub โ€บ repositories โ€บ automated builds โ€บ link accounts
Configure automated builds from GitHub and BitBucket
Sign in to Docker Hub. Select My Hub > Settings > Linked accounts. Select Link provider for the source provider you want to link. If you want to unlink your current GitHub account and relink to a new GitHub account, make sure to completely sign ...
๐ŸŒ
GitHub
github.com โ€บ docker-library โ€บ docker
GitHub - docker-library/docker: Docker Official Image packaging for Docker ยท GitHub
This is the Git repo of the Docker "Official Image" for docker.
Starred by 1.4K users
Forked by 632 users
Languages ย  Shell 70.3% | Dockerfile 25.4% | jq 4.3%
๐ŸŒ
GitHub
docs.github.com โ€บ en โ€บ packages โ€บ working-with-a-github-packages-registry โ€บ working-with-the-docker-registry
Working with the Docker registry - GitHub Docs
The Docker registry has now been replaced by the Container registry. ... GitHub's Docker registry (which used the namespace docker.pkg.github.com) has been replaced by the Container registry (which uses the namespace https://ghcr.io).
๐ŸŒ
GitHub
github.com โ€บ docker-library โ€บ official-images
GitHub - docker-library/official-images: Primary source of truth for the Docker "Official Images" program ยท GitHub
Primary source of truth for the Docker "Official Images" program - docker-library/official-images
Starred by 6.9K users
Forked by 2.5K users
Languages ย  Shell 90.5% | Ruby 2.6% | Python 2.0% | Prolog 1.7% | Java 1.2% | Hy 0.6%
๐ŸŒ
GitHub
github.com โ€บ iam-veeramalla โ€บ Docker-Zero-to-Hero
GitHub - iam-veeramalla/Docker-Zero-to-Hero: Repo to learn Docker with examples. Contributions are most welcome. ยท GitHub
Repo to learn Docker with examples. Contributions are most welcome. - iam-veeramalla/Docker-Zero-to-Hero
Starred by 6.7K users
Forked by 13.3K users
๐ŸŒ
Docker
hub.docker.com โ€บ search
Explore Docker's Container Image Repository | Docker Hub
A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Ch... ... TruffleHog is a secrets scanning tool that finds credentials, API keys, and sensitive data in git repositories, filesystems, S3 buckets, and more. Written in Go. ... Minimal, up-to-date and automated community Hugo (gohugo.io) Docker images with multiple variations.
๐ŸŒ
Reddit
reddit.com โ€บ r/docker โ€บ any way to have my docker container on github?
r/docker on Reddit: Any way to have my docker container on github?
January 19, 2022 -

I want to have my docker container accessible on every device. When I'm in school I don't have the projects or docker containers that I have at home, so it would be helpful if I had a docker container whichs files would be on github. It would work somehow like this:

  1. I have a docker container at home.

  2. I modify something in it (like add a new project). Let's say I'm using a gcc container.

  3. And then, that project would appear on github and subsequently on my computer in school, when I run the container there.

Thanks in advance

๐ŸŒ
GitHub
github.com โ€บ linuxserver โ€บ docker-github-desktop
GitHub - linuxserver/docker-github-desktop: Docker container for the GitHub Desktop application ยท GitHub
Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your /config folder and settings will be preserved) ... We recommend Diun for update notifications. Other tools that automatically update containers unattended are not recommended or supported. If you want to make local modifications to these images for development purposes or just to customize the logic: git clone https://github.com/linuxserver/docker-github-desktop.git cd docker-github-desktop docker build \ --no-cache \ --pull \ -t lscr.io/linuxserver/github-desktop:latest .
Starred by 28 users
Forked by 4 users
Languages ย  Dockerfile 69.0% | Shell 31.0%
๐ŸŒ
Docker
docs.docker.com โ€บ guides โ€บ github actions and docker
GitHub Actions and Docker | Docker Docs
This guide provides an introduction to building CI pipelines using Docker and GitHub Actions. You will learn how to use Docker's official GitHub Actions to build your application as a Docker image and push it to Docker Hub. By the end of the guide, you'll have a simple, functional GitHub Actions configuration for Docker builds.
๐ŸŒ
Medium
medium.com โ€บ neudesic-innovation โ€บ building-multi-platform-container-images-with-github-actions-e495f9441ad3
Building Multi-Platform Container Images with GitHub Actions | by Michael Collins | Neudesic Innovation | Medium
March 17, 2025 - It was at that moment when it occurred to me that architecture mattered. I was building and testing the Docker container on my MacBook Pro M3, but then I automated the build process using GitHub Actions and I realized that GitHub Actions was building the Docker container for x64.