The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/distrobuilder/pull/270
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: David Sharnoff <git...@dave.sharnoff.org>
From 1942dbabb00c4fa3f55abb4160c3021eadb4d73a Mon Sep 17 00:00:00 2001 From: David Sharnoff <git...@dave.sharnoff.org> Date: Sat, 18 Jan 2020 18:55:58 -0800 Subject: [PATCH] Fix example command in index.md Signed-off-by: David Sharnoff <git...@dave.sharnoff.org> --- doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.md b/doc/index.md index 4b97a76..a06a57d 100644 --- a/doc/index.md +++ b/doc/index.md @@ -83,7 +83,7 @@ cd $HOME/ContainerImages/ubuntu/ Then, copy one of the example yaml configuration files for container images into this directory. In this example, we are creating an Ubuntu container image. ``` -cp $HOME/go/src/github.com/lxc/distrobuilder/doc/examples/ubuntu ubuntu.yaml +cp $HOME/go/src/github.com/lxc/distrobuilder/doc/examples/ubuntu.yaml ubuntu.yaml ``` Finally, run `distrobuilder` to create the container image. We are using the `build-lxd` option to create a container image for LXD.
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel