ipcMode

@JvmName(name = "sxqktswavpsdvwes")
suspend fun ipcMode(value: Output<String>)
@JvmName(name = "gqavuhnkruvaktrb")
suspend fun ipcMode(value: String?)

Parameters

value

The IPC resource namespace to use for the containers in the task. The valid values are host , task , or none . If host is specified, all containers within the tasks that specified the host IPC mode on the same container instance share the same IPC resources with the host Amazon EC2 instance. If task is specified, all containers within the specified task share the same IPC resources. If none is specified, the IPC resources within the containers of a task are private, and are not shared with other containers in a task or on the container instance. If no value is specified, then the IPC resource namespace sharing depends on the Docker daemon setting on the container instance. For more information, see IPC settings in the Docker run reference.