The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/1936

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) ===
Let's give a CLI example that actually launches a container successfully.

Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com>
From ba1fcbf2aef1ef21531a47c054a0fab35cc9d027 Mon Sep 17 00:00:00 2001
From: Tycho Andersen <tycho.ander...@canonical.com>
Date: Mon, 25 Apr 2016 11:14:17 -0500
Subject: [PATCH] command line: fix example in `lxc launch`

Let's give a CLI example that actually launches a container successfully.

Signed-off-by: Tycho Andersen <tycho.ander...@canonical.com>
---
 lxc/launch.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lxc/launch.go b/lxc/launch.go
index 5def52d..85bd50d 100644
--- a/lxc/launch.go
+++ b/lxc/launch.go
@@ -30,7 +30,7 @@ Not specifying -p will result in the default profile.
 Specifying "-p" with no argument will result in no profile.
 
 Example:
-lxc launch ubuntu u1`)
+lxc launch ubuntu:xenial u1`)
 }
 
 func (c *launchCmd) flags() {
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to