[lxc-devel] [lxd/master] Add upgrade procedure to README

jpillora on Github lxc-bot at linuxcontainers.org
Wed Feb 24 22:32:57 UTC 2016


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 471 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160224/e54167c7/attachment.bin>
-------------- next part --------------
From d8f070310d5e2c303cba838ef417dd7740e4b515 Mon Sep 17 00:00:00 2001
From: Jaime Pillora <jpillora at gmail.com>
Date: Thu, 25 Feb 2016 09:30:58 +1100
Subject: [PATCH] Add upgrade procedure to README

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index 378c264..5ef61c1 100644
--- a/README.md
+++ b/README.md
@@ -119,6 +119,13 @@ this by:
     lxc remote add local 127.0.0.1:8443
     wget --no-check-certificate https://127.0.0.1:8443/1.0 --certificate=$HOME/.config/lxc/client.crt --private-key=$HOME/.config/lxc/client.key -O - -q
 
+## Upgrading
+
+The `lxd` and `lxc` (`lxd-client`) binaries should be upgraded at the same time with:
+
+    apt-get update
+    apt-get install lxd lxd-client
+
 ## Support and discussions
 
 We use the LXC mailing-lists for developer and user discussions, you can


More information about the lxc-devel mailing list