Skip to content

Commit

Permalink
Fix Docker 26.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olljanat committed Sep 16, 2024
1 parent e2a6a30 commit 2b1ac2d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions d/docker-26.1.4.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
docker:
image: ${REGISTRY_DOMAIN}/burmilla/os-docker:26.1.4${SUFFIX}
command: ros user-docker
environment:
- HTTP_PROXY
- HTTPS_PROXY
- NO_PROXY
labels:
io.rancher.os.scope: system
io.rancher.os.after: console
net: host
pid: host
ipc: host
uts: host
privileged: true
restart: always
volumes_from:
- all-volumes
volumes:
- /sys:/host/sys
- /var/lib/system-docker:/var/lib/system-docker:shared

0 comments on commit 2b1ac2d

Please sign in to comment.