Skip to content

Commit

Permalink
docker: fix starting containers with a local connection
Browse files Browse the repository at this point in the history
Fixes #244159

Issue is caused by a fix in Go 1.20.6, see upstream issue
moby/moby#45935

(cherry picked from commit 4a526a9)
  • Loading branch information
LeSuisse authored and github-actions[bot] committed Jul 19, 2023
1 parent 14b0dc2 commit 64085a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/virtualization/docker/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ rec {
url = "https://github.com/moby/moby/pull/43136.patch";
hash = "sha256-1WZfpVnnqFwLMYqaHLploOodls0gHF8OCp7MrM26iX8=";
})
(fetchpatch {
name = "fix-issue-with-go-1.20.6.patch";
url = "https://github.com/moby/moby/pull/45972.patch";
hash = "sha256-zxFh/bI6+INOYSg6QFs0S9rdl9Z21KUIZFmzpNVjpSA=";
})
];

postPatch = ''
Expand Down

0 comments on commit 64085a2

Please sign in to comment.