From 3092fdaa6e99b8fd15c84dd0f877c273519cde99 Mon Sep 17 00:00:00 2001 From: immarvin Date: Mon, 28 Mar 2016 03:22:10 -0400 Subject: [PATCH] correct a typo --- docs/source/advanced/docker/dockerized_xcat/dockerized_xcat.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/advanced/docker/dockerized_xcat/dockerized_xcat.rst b/docs/source/advanced/docker/dockerized_xcat/dockerized_xcat.rst index 04414a776..95a1ad1fc 100644 --- a/docs/source/advanced/docker/dockerized_xcat/dockerized_xcat.rst +++ b/docs/source/advanced/docker/dockerized_xcat/dockerized_xcat.rst @@ -86,7 +86,7 @@ According to the policy of Docker, Docker image should only be the service deplo For dockerized xCAT, there are 3 volumes recommended to save and restore xCAT user data. -* "/install": save the osimage resources under +* "/install": save the osimage resources under "/install" directory * "/var/log/xcat/": save xCAT logs * "/.dbbackup": save and restore xCAT DB tables. You can save the xCAT DB tables with ``dumpxCATdb -p /.dbbackup/`` inside container and xCAT will restore the tables on the container start up.