The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/pylxd/pull/384
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) ===
From 566247dd317e97eb19b1f8d24f92eedc91ca245b Mon Sep 17 00:00:00 2001 From: Mateusz Kowalski <mate...@mkowalski.com> Date: Mon, 17 Feb 2020 15:42:27 +0100 Subject: [PATCH] Fix markdown in containers.rst --- doc/source/containers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/containers.rst b/doc/source/containers.rst index 1e614b5b..bad8f4ed 100644 --- a/doc/source/containers.rst +++ b/doc/source/containers.rst @@ -170,7 +170,7 @@ This will migrate the container from source server to destination server To migrate a live container, user the ``live=True`` parameter: -..code-block:: python +.. code-block:: python cont.migrate(client__destination, live=True, wait=True)
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel