Docker Swarm
LXC
Docker Swarm | LXC | |
---|---|---|
187 | 7 | |
4,227 | 4,742 | |
0.9% | 1.2% | |
10.0 | 8.9 | |
3 days ago | 11 days ago | |
Markdown | C | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Docker Swarm
-
The Mobile Development Tech Stack for 2025
Docker Documentation
-
My Journey Deploying an API: From Novice to Docker Enthusiast
When I sought help, a senior engineer simply asked, “Did you deploy it using Docker?” That’s when it hit me: I had missed a critical step. Determined to fix my mistake, I cleaned up the server, removed all dependencies and tools installed initially, and started fresh. This time, I focused on learning Docker.
-
Day 23: Docker Resources
The official Docker documentation is your comprehensive guide to all things Docker. While it might seem obvious, it's worth highlighting that this is one of the best-maintained technical documentations out there.
-
DevOps and Cloud Engineering Roadmap 2025 🚀
Docker Docs
-
OAuth using Better_Auth, nextjs, prisma, shadcn and tailwindcss
Docker Docs: https://docs.docker.com/
-
How to Dockerize a Python Script for Data Processing from a CSV File: A Step-by-Step Guide.
Docker installed on your machine (Install Docker).
-
1minDocker #1 - What is Docker?
We will talk about downloading and getting to run Docker in our next session, but for now feel free to explore their resources on their website!🥰
-
Deploying a Spring Boot Banking Application with Docker
Docker Documentation
-
You run containers, not dockers - Discussing Docker variants, components and versioning
I don't recommend using docker.io today as it will install an older version (at the time of writing this post, it is 24.0.7 on Ubuntu 22.04) and most of the tutorials will show you features based the official version and the official documentation.
- Day 2 of My DevOps Journey: Dockerizing Applications and Multi-Container Setup 🚀
LXC
-
LXD Moves into Canonical
I hope this doesn't affect LXC negatively.
LXC and LXD share plenty of contributors.
https://github.com/lxc/lxc/graphs/contributors
https://github.com/canonical/lxd/graphs/contributors
I use an "unprivileged LXC container" setup on several Debian bullseye hosts. It works fantastic, and each LXC container feels like a real server.
Compare that to Docker's "one-container-one-process" philosophy, reinventing the wheel by awkwardly composing multiple containers.
-
Support for Android apps
There is an issue with lxc as stated here: https://github.com/lxc/lxc/issues/4283 and https://github.com/Vanilla-OS/apx/issues/118
-
LXC & AD
I'm currently attempting to enroll my Ubuntu (20.04) (Unprivileged) LXC hosts to my windows AD server but am having difficulty. I'm using SSSD and KRB5 to manage the user directory and authentication. Once joining the domain with realmd, all seems ok, I can use the id command, etc to lookup users and groups and the host appears in Windows Users and Computers. The issue I'm having is with authentication, I believe it to be related to this issue however I don't entirely understand the solution and can't seem to find much else on the matter (Note the method I'm using works fine on full VMs). Would anybody please be able to provide more clarity in layman's terms?
-
LXC and LXD: a different container story
I don't recall having to do any uid/gid fixup last time I made an unprivileged container. I did have to prepare the unprivileged host user, of course, by reserving a range of subordinate uids/gids (/etc/sub?id) and configuring a virtual network interface limit (/etc/lxc/lxc-usernet).
To create the container, I did this:
lxc-create -t download -n -- -d debian -r bullseye -a amd64
Note that this runs the 'download' template, which (IIRC) is better suited to unprivileged containers than the 'debian' template is. The 'download' template will list its available distros if you do this:
lxc-create -t download -n -- --list
Note that some versions of lxc-create may fail with a keyserver error because sks-keyservers.net died somewhat recently. Workaround: DOWNLOAD_KEYSERVER=hkp://keyserver.ubuntu.com lxc-create
https://github.com/lxc/lxc/issues/3894
-
Lxc container still gives Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted after following graysky's edit of wiki
Found this issue and edited the config file of the lxc container:
-
How to - Create LXC containers FROM Docker and OCI images
and on this thread... an different approach is described
-
Finally joining the club
https://github.com/lxc/lxc/issues/1629#issuecomment-311379508
What are some alternatives?
Harbor - An open source trusted cloud native registry project that stores, signs, and scans content.
Docker - Notary is a project that allows anyone to have trust over arbitrary collections of data
Dokku - A docker-powered PaaS that helps you build and manage the lifecycle of applications
Docker Compose - Define and run multi-container applications with Docker
jellyfin-vue - A modern web client for Jellyfin based on Vue
Starter - Helping you get started with containerized apps.
Habitus - A build flow tool for Docker.
CashFactory - Lightweight docker image running many passive income applications (proxy and bandwidth share) : Honeygain , EarnApp , IPRoyal Pawns , PacketStream , Peer2Profit
Portainer - Making Docker and Kubernetes management easy.