Skip to content

Commit 01e551a

Browse files
authored
Merge pull request #175 from thin-edge/fix-podman-copy-shmsize
fix: avoid copying shmsize as it isn't supported by podman in some setups
2 parents c251cfa + 8755728 commit 01e551a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/container/container.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,6 @@ func CloneHostConfig(ref *container.HostConfig, opts CloneOptions) *container.Ho
15761576
MemoryReservation: ref.MemoryReservation,
15771577
OomKillDisable: ref.OomKillDisable,
15781578
},
1579-
ShmSize: ref.ShmSize,
15801579
Sysctls: ref.Sysctls,
15811580
}
15821581

0 commit comments

Comments
 (0)