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: