Skip to content

Commit

Permalink
Update Docker in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorm committed Apr 7, 2024
1 parent 89f9bb4 commit 40271c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/compose/compose.socket-socket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:

dockerd:
container_name: "cetusguard-dockerd"
image: "docker.io/docker:24-dind"
image: "docker.io/docker:26-dind"
restart: "on-failure"
privileged: true
networks:
Expand All @@ -36,7 +36,7 @@ services:

docker:
container_name: "cetusguard-docker"
image: "docker.io/docker:24-cli"
image: "docker.io/docker:26-cli"
restart: "on-failure"
networks:
- "cetusguard-public"
Expand Down
4 changes: 2 additions & 2 deletions examples/compose/compose.socket-tcptls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:

dockerd:
container_name: "cetusguard-dockerd"
image: "docker.io/docker:24-dind"
image: "docker.io/docker:26-dind"
restart: "on-failure"
privileged: true
networks:
Expand All @@ -39,7 +39,7 @@ services:

docker:
container_name: "cetusguard-docker"
image: "docker.io/docker:24-cli"
image: "docker.io/docker:26-cli"
restart: "on-failure"
networks:
- "cetusguard-public"
Expand Down
4 changes: 2 additions & 2 deletions examples/compose/compose.tcptls-tcptls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:

dockerd:
container_name: "cetusguard-dockerd"
image: "docker.io/docker:24-dind"
image: "docker.io/docker:26-dind"
restart: "on-failure"
privileged: true
networks:
Expand All @@ -41,7 +41,7 @@ services:

docker:
container_name: "cetusguard-docker"
image: "docker.io/docker:24-cli"
image: "docker.io/docker:26-cli"
restart: "on-failure"
networks:
- "cetusguard-public"
Expand Down

0 comments on commit 40271c2

Please sign in to comment.