mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Add udev as create only container in system-docker
This commit is contained in:
@@ -71,6 +71,17 @@ func NewConfig() *Config {
|
||||
},
|
||||
},
|
||||
SystemContainers: []ContainerConfig{
|
||||
{
|
||||
Id: "udev",
|
||||
Cmd: "--name=udev " +
|
||||
"--net=none " +
|
||||
"--privileged " +
|
||||
"--rm " +
|
||||
"-v=/dev:/host/dev " +
|
||||
"-v=/lib/modules:/lib/modules:ro " +
|
||||
"udev",
|
||||
CreateOnly: true,
|
||||
},
|
||||
{
|
||||
Id: "system-volumes",
|
||||
Cmd: "--name=system-volumes " +
|
||||
|
Reference in New Issue
Block a user