shm_size
为构建的容器设置/dev/shm分区的大小。指定一个整数值表示字节数或者指定一个字符串来表示字符值。
build:
context: .
shm_size: '2gb'
build:
context: .
shm_size: 10000000
Last updated
Was this helpful?
为构建的容器设置/dev/shm分区的大小。指定一个整数值表示字节数或者指定一个字符串来表示字符值。
build:
context: .
shm_size: '2gb'
build:
context: .
shm_size: 10000000
Last updated
Was this helpful?