automation: document vsyscall=emulate for old glibc
authorWei Liu <wl@xen.org>
Tue, 25 Feb 2020 12:10:48 +0000 (12:10 +0000)
committerWei Liu <wl@xen.org>
Wed, 4 Mar 2020 10:14:16 +0000 (10:14 +0000)
Signed-off-by: Wei Liu <wl@xen.org>
Reviewed-by: Paul Durrant <pdurrant@amazon.com>
Acked-by: Doug Goldstein <cardoe@cardoe.com>
automation/build/README.md

index 476f82cf4553c77c3afa2c7a9b90caab2948e33e..8cda2b65a5acb930b04aa1926ca85302dbe2a344 100644 (file)
@@ -58,6 +58,16 @@ understands.
 - XEN_CONFIG_EXPERT: If this is defined in your shell it will be
   automatically passed through to the container.
 
+If your docker host has Linux kernel > 4.11, and you want to use containers
+that run old glibc (for example, CentOS 6 or SLES11SP4), you may need to add
+
+```
+vsyscall=emulate
+```
+
+to the host kernel command line. That enables a legacy interface that is used
+by old glibc.
+
 
 Building a container
 --------------------