mirror of
https://github.com/containers/podman.git
synced 2025-10-15 18:23:30 +08:00
chore: fix function names in comment
Signed-off-by: findnature <cricis@aliyun.com>
This commit is contained in:
@ -557,7 +557,7 @@ func WithShmDir(dir string) CtrCreateOption {
|
||||
}
|
||||
}
|
||||
|
||||
// WithNOShmMount tells libpod whether to mount /dev/shm
|
||||
// WithNoShm tells libpod whether to mount /dev/shm
|
||||
func WithNoShm(mount bool) CtrCreateOption {
|
||||
return func(ctr *Container) error {
|
||||
if ctr.valid {
|
||||
|
Reference in New Issue
Block a user