mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 01:29:07 +00:00
kubernetes: Mount /etc/os-release into docker cotainer too
This makes `docker info` show the same OS as `kubectl get -o wide nodes`. Signed-off-by: Ian Campbell <ijc@docker.com>
This commit is contained in:
parent
b20422211c
commit
504b5388bd
@ -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