meta-virtualization/recipes-containers/docker
Bruce Ashfield 9e8a6af947 moby: update to v24.0.6-tip
Bumping moby to version v24.0.6-36-gf9b8a35ac4, which comprises the following commits:

    58c1c7b8dc Limit OOMScoreAdj when running in UserNS ("Rootful-in-Rootless")
    f87492689e update to go1.20.10
    3715eaf078 update to go1.20.9
    31f49bd685 Make one-shot stats faster
    37796c7029 Revert "daemon/logger/etwlogs: rewrite to use go-winio/pkg/etw"
    51dc5fb58f integration/internal/swarm: rename max/min as it collides with go1.21 builtin
    4e11c149d1 pkg/tailfile: rename max/min as it collides with go1.21 builtin
    0b97ecddb0 pkg/plugins: rename max/min as it collides with go1.21 builtin
    710c748801 pkg/sysinfo: rename max/min as it collides with go1.21 builtin
    b340a777c0 pkg/archive: rename max/min as it collides with go1.21 builtin
    e996dffe56 daemon: rename max/min as it collides with go1.21 builtin
    334719141c api/types/versions: rename max/min as it collides with go1.21 builtin
    0702941de6 restartmanager: rename max/min as it collides with go1.21 builtin
    bed0c789dd daemon/cluster: format code with gofumpt
    30fe6540a5 libcontainerd/windows: Don't reap on failure
    1320e79bd8 libcontainer/windows: Remove unneeded var declaration
    a1ba69a82b libcontainer/windows: Fix process not being killed after stdio attach failure
    1f3ea9841e update containerd binary to v1.7.6
    58224457c3 ipam: Replace ChildSubnet with parent Subnet when its mask is bigger
    df983b7990 daemon: fix under what conditions container's mac-address is applied
    f014c349a0 update to go1.20.8
    e2ab5f72eb 24.0: Update buildkit to fix source policy order
    8216da20af more robust dockerd-rootless-setuptools.sh
    c35376c455 volume/local: Don't unmount, restore mounted status
    5d4cc0b5b5 integration/liveRestore: Check volume content

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-11-06 16:21:12 +00:00
..
files docker-moby: update to 24.0.6 2023-09-15 17:30:40 +00:00
docker-moby_git.bb moby: update to v24.0.6-tip 2023-11-06 16:21:12 +00:00
docker.inc containers: use VIRTUAL-RUNTIME variable to allow container runtime flexibility 2023-03-08 17:08:02 -05:00
README docker: ensure that sysvinit and systemd are exclusive 2022-08-25 22:55:48 -04:00

if containerd is starting docker, and it is interfering with standalone docker operation, you may need to kill the running daemon and restart it:

% ps axf | grep docker | grep -v grep | awk '{print "kill -9 " $1}' | sh % systemctl stop docker % systemctl start docker