Searched refs:containers (Results 1 – 4 of 4) sorted by relevance
4 into docker container images. The example containers consist of SPDK NVMe-oF19 kernel: Hugepages must be allocated prior running the containers and hugetlbfs22 loaded into the kernel prior running the containers.35 `docker-compose.yaml` shows an example deployment of the storage containers based on SPDK.48 Running `docker-compose up` creates 3 docker containers:56 deploying the containers. See `docker-compose.yaml` for the network's detailed setup and ip assignm…68 Allowing for multiple traffic generator containers to connect.76 Environment variables to containers can be passed as shown in94 `docker-compose.monitoring.yaml` shows an example deployment of the storage containers based on SPD…96 Running `docker-compose -f docker-compose.monitoring.yaml up` creates 3 docker containers:[all …]
1 # SPDK and Containers {#containers}3 This is a living document as there are many ways to use containers with84 deploy SPDK containers correctly, interact with SPDK container instances,93 containers, but provide stronger workload isolation using hardware96 From Kata Containers [1.11.0](https://github.com/kata-containers/runtime/releases/tag/1.11.0),97 vhost-user-blk support is enabled in `kata-containers/runtime`. That is to say101 Kata containers use-case [Setup to run SPDK vhost-user devices with Kata Containers and Docker](htt…
4 - @subpage containers
419 enum spdk_json_val_type containers[SPDK_JSON_MAX_NESTING_DEPTH]; in spdk_json_parse() local530 containers[depth++] = con_type; in spdk_json_parse()540 con_type = containers[--depth]; in spdk_json_parse()562 con_type = depth == 0 ? SPDK_JSON_VAL_INVALID : containers[depth - 1]; in spdk_json_parse()