Lines Matching full:spdk
1 # SPDK and Containers {#containers}
4 SPDK. As new usages are identified and tested, they will be documented
13 ## Containerizing an SPDK Application for Docker {#spdk_in_docker}
15 There are no SPDK specific changes needed to run an SPDK based application in
17 containerize your SPDK based application.
59 - If you are using the SPDK app framework: `-v /dev/shm:/dev/shm`
67 Starting SPDK v20.01-pre git sha1 80da95481 // DPDK 19.11.0 initialization...
81 ## SPDK Docker suite {#spdk_docker_suite}
83 When considering how to generate SPDK docker container images formally,
84 deploy SPDK containers correctly, interact with SPDK container instances,
85 and orchestrate SPDK container instances, you can get practiced and inspired from
86 this SPDK docker-compose example:
87 [SPDK Docker suite](https://github.com/spdk/spdk/blob/master/docker/README.md).
89 ## Using SPDK vhost target to provide volume service to Kata Containers and Docker {#kata_container…
98 SPDK vhost target can be used to provide volume service to Kata Containers directly.
100 a Kata container with an SPDK vhost-user block device. For operating details, visit
101 …to run SPDK vhost-user devices with Kata Containers and Docker](https://github.com/kata-containers…