The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/2633
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 13155790f605dc4e09972ed81530de8a4e0ed753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 21 Nov 2016 17:19:09 -0500 Subject: [PATCH 1/2] doc: Exec recording needs an API extension MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- doc/rest-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rest-api.md b/doc/rest-api.md index a8f5946..a017863 100644 --- a/doc/rest-api.md +++ b/doc/rest-api.md @@ -733,7 +733,7 @@ Input (run bash): "command": ["/bin/bash"], # Command and arguments "environment": {}, # Optional extra environment variables to set "wait-for-websocket": false, # Whether to wait for a connection before starting the process - "record-output": false, # Whether to store stdout and stderr (only valid with wait-for-websocket set to false) + "record-output": false, # Whether to store stdout and stderr (only valid with wait-for-websocket=false) (requires API extension container_exec_recording) "interactive": true, # Whether to allocate a pts device instead of PIPEs "width": 80, # Initial width of the terminal (optional) "height": 25, # Initial height of the terminal (optional) From 090e2ecc9986848d7ca279502d199037a2c8e974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Mon, 21 Nov 2016 17:19:41 -0500 Subject: [PATCH 2/2] doc: Fix escaping MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- doc/api-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api-extensions.md b/doc/api-extensions.md index a15a2b0..18209b2 100644 --- a/doc/api-extensions.md +++ b/doc/api-extensions.md @@ -145,7 +145,7 @@ Adds the following to the REST API: * PUT of certificate entries * PATCH of certificate entries -## container\_exec\_signal_handling +## container\_exec\_signal\_handling Adds support /1.0/containers/<name>/exec for forwarding signals sent to the client to the processes executing in the container. Currently SIGTERM and SIGHUP are forwarded. Further signals that can be forwarded might be added
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel