Skip to content

Commit

Permalink
docker: Use Foundries dockerd instead of vanilla one
Browse files Browse the repository at this point in the history
Use the foundries version of docked which contains the patches that are
added to the docked version running on LmP.

Signed-off-by: Mike Sul <mike.sul@foundries.io>
  • Loading branch information
mike-sul committed Nov 4, 2024
1 parent 7af7659 commit 7055c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
dockerd:
image: docker:25.0-dind
image: ghcr.io/foundriesio/moby:25.0.3_fio
command: ["dockerd", "-H", "unix:///var/run/docker/docker.sock"]
volumes:
- ${DOCKER_DATA_ROOT}:/var/lib/docker
Expand Down

0 comments on commit 7055c9a

Please sign in to comment.