From 49078dadc875316aea60276d9e1fc29ee223187e Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 10 Aug 2021 03:12:03 +0800 Subject: [PATCH] typo --- mount.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mount.yaml b/mount.yaml index 28b1562..34eb708 100644 --- a/mount.yaml +++ b/mount.yaml @@ -52,7 +52,7 @@ mount: - type: tmpfs target: /tmp data: size=16m,nr_inodes=4k - # (optional) bind a /etc/passed to show customized user name + # (optional) bind a /etc/passwd to show customized user name - type: bind source: containerPasswd.txt target: /etc/passwd