From d82e862a1e1c21078b36f8dc5fd5a5c8f808a2ef Mon Sep 17 00:00:00 2001 From: Masahiko OHKUBO Date: Thu, 18 Mar 2021 21:23:42 +0900 Subject: [PATCH] Update container.md change: 'imprt' to 'import' --- docs/docs/wwctl/container.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/wwctl/container.md b/docs/docs/wwctl/container.md index b952c899..0a8df9a9 100644 --- a/docs/docs/wwctl/container.md +++ b/docs/docs/wwctl/container.md @@ -21,8 +21,8 @@ exec ~~~~ This command will allow you to run any command inside of a given warewulf container. This is commonly used with an interactive shell such as ``/bin/bash`` to run a virtual environment within the container. -imprt -~~~~~ +import +~~~~~~ This command will pull and import a container into Warewulf so it can be used as a source to create a bootable VNFS image. -f, --force Force overwrite of an existing container