Removes errant space, adds newline at the end of the file.

This commit is contained in:
Shaun Gowie 2018-05-03 15:26:56 -06:00
parent 2c6fbae554
commit 3b0ee85e98
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ This container is running with systemd in a limited context, with the cgroups fi
## A note about vsyscall
CentOS 6 binaries and/or libraries are built to expect some system calls to be accessed via `vsyscall` mappings. Some linux distributions have opted to disable `vsyscall` entirely (opting exclusively for more secure `vdso` mappings), causing segmentation faults.
CentOS 6 binaries and/or libraries are built to expect some system calls to be accessed via `vsyscall` mappings. Some linux distributions have opted to disable `vsyscall` entirely (opting exclusively for more secure `vdso` mappings), causing segmentation faults.
If running `docker run --rm -it centos:centos6.7 bash` immediately exits with status code `139`, check to see if your system has disabled vsyscall:
@ -105,4 +105,4 @@ ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsysca
If you do not see a `vsyscall` mapping, and you need to run a legacy CentOS container, try adding `vsyscall=emulated` to the kernel options in your bootloader
Further reading : [lwn.net](https://lwn.net/Articles/446528/)
Further reading : [lwn.net](https://lwn.net/Articles/446528/)