From 03b75034ae30510c33f3a2c0a102d9cceacedd90 Mon Sep 17 00:00:00 2001 From: Liu Xiaodong Date: Tue, 8 Mar 2022 23:12:24 -0500 Subject: [PATCH] doc/container: display spdk-docker-suite in doc Link spdk-docker-suite to get SPDK users realized that there is already a good docker usage example. Change-Id: Ia154061d894b77ba544d83aaffbb94c998f54bde Signed-off-by: Liu Xiaodong Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/11851 Community-CI: Broadcom CI Tested-by: SPDK CI Jenkins Reviewed-by: Changpeng Liu Reviewed-by: Tomasz Zawadzki --- doc/containers.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/containers.md b/doc/containers.md index 8c0801f67..ab4387d0a 100644 --- a/doc/containers.md +++ b/doc/containers.md @@ -7,6 +7,7 @@ here. ## In this document {#containers_toc} * @ref spdk_in_docker +* @ref spdk_docker_suite * @ref kata_containers_with_spdk_vhost ## Containerizing an SPDK Application for Docker {#spdk_in_docker} @@ -77,6 +78,14 @@ INFO: using host memory buffer for IO Hello world! ~~~ +## SPDK Docker suite {#spdk_docker_suite} + +When considering how to generate SPDK docker container images formally, +deploy SPDK containers correctly, interact with SPDK container instances, +and orchestrate SPDK container instances, you can get practiced and inspired from +this SPDK docker-compose example: +[SPDK Docker suite](https://github.com/spdk/spdk/blob/master/docker/README.md). + ## Using SPDK vhost target to provide volume service to Kata Containers and Docker {#kata_containers_with_spdk_vhost} [Kata Containers](https://katacontainers.io) can build a secure container