mirror of
https://github.com/rancher/os.git
synced 2025-09-07 01:31:06 +00:00
v2.0.0-rc1
* Load apparmor on boot also when booting from disk * Rename system-dockerd to system-engine * Do not cache service metadatas * Do not cache Docker image to ISO file * Disable system-docker bridge by default * Remove deprecated --oom-score-adjust flag * Update VMware tools to 12.2.5 * Update QEMU guest agent to 7.2 * Remove broken VirtualBox tools
This commit is contained in:
@@ -39,10 +39,10 @@ func TestGenerateEngineOptsString(t *testing.T) {
|
||||
|
||||
testContains(t, fmt.Sprint(generateEngineOptsSlice(EngineOpts{
|
||||
Host: []string{
|
||||
"unix:///var/run/system-docker.sock",
|
||||
"unix:///var/run/system-engine.sock",
|
||||
"unix:///var/run/docker.sock",
|
||||
},
|
||||
})), "--host unix:///var/run/system-docker.sock", "--host unix:///var/run/docker.sock")
|
||||
})), "--host unix:///var/run/system-engine.sock", "--host unix:///var/run/docker.sock")
|
||||
|
||||
testContains(t, fmt.Sprint(generateEngineOptsSlice(EngineOpts{
|
||||
LogOpts: map[string]string{
|
||||
|
Reference in New Issue
Block a user