mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
Merge pull request #2601 from ijc/kubernetes
kubernetes: Mount /etc/os-release into docker cotainer too
This commit is contained in:
commit
50ebd2709c
@ -10,6 +10,7 @@ services:
|
||||
binds:
|
||||
- /dev:/dev
|
||||
- /etc/resolv.conf:/etc/resolv.conf
|
||||
- /etc/os-release:/etc/os-release
|
||||
- /lib/modules:/lib/modules
|
||||
- /run:/run
|
||||
- /var:/var:rshared,rbind
|
||||
|
Loading…
Reference in New Issue
Block a user