Skip to content

Commit

Permalink
Re-add docker
Browse files Browse the repository at this point in the history
There are just too many bugs to deal with in podman, whereas docker just works.

https://invent.kde.org/-/snippets/3274

89luca89/distrobox#1624

89luca89/distrobox#1401

and a ton more every time I try to do something.

This also gives docker permissions to the `wheel` group (instead of having to add users to a newly-created `docker` group). Since everyone in `wheel` are already root-equivalent, this makes more sense anyway.
  • Loading branch information
shocklateboy92 committed Dec 7, 2024
1 parent 6a08c95 commit 3d93221
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mkosi.conf.d/99-packages-development.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Packages=base-devel
clazy
cmake
distrobox
docker
docker-buildx
docker-compose
edk2-ovmf
flatpak-builder
gammaray
Expand All @@ -18,7 +21,6 @@ Packages=base-devel
perf
podman
podman-compose
podman-docker
qemu-desktop
tree
vim
Expand Down
3 changes: 3 additions & 0 deletions mkosi.extra/etc/docker/daemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"group": "wheel",
}
2 changes: 2 additions & 0 deletions mkosi.extra/etc/docker/daemon.json.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: 2024 Lasath Fernando <[email protected]>

0 comments on commit 3d93221

Please sign in to comment.