From 5eae2f830b77108ded370822de86eb957bdc6867 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 27 Nov 2014 14:06:03 +0800 Subject: [PATCH] fix a typo --- sources/tech/20141127 Quick systemd-nspawn guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/tech/20141127 Quick systemd-nspawn guide.md b/sources/tech/20141127 Quick systemd-nspawn guide.md index 879a0b47fa..6ba0f8586f 100644 --- a/sources/tech/20141127 Quick systemd-nspawn guide.md +++ b/sources/tech/20141127 Quick systemd-nspawn guide.md @@ -47,7 +47,7 @@ If you want to add some bind mounts it is easy: systemd-nspawn -D . --bind /usr/portage -Now your /usr/portage is bound to your host, so no need to sync/etc. If you want to bind to a different destination add a “:dest” after the source, relative to the root of the chroot (so –bind foo is the same as –bind foo:foo). +Now your /usr/portage is bound to your host, so no need to sync/etc. If you want to bind to a different destination add a “:dest” after the source, relative to the root of the chroot (so --bind foo is the same as --bind foo:foo). If the container has a functional init that can handle being run inside, you can add a -b to boot it: