Skip to content

Instantly share code, notes, and snippets.

View vikaschoudhary16's full-sized avatar

Vikas Choudhary (vikasc) vikaschoudhary16

View GitHub Profile
@dpneumo
dpneumo / Docker_User_NameSpaces_setup.md
Last active September 11, 2019 17:00
Setup User Namespaces for docker on RHEL/Centos 7.3

On CentOS 7.3 with Kernel Version: 3.10.0


1. Allow filesystem support for namespaces: xfs partition: format with ``` mkfs.xfs -m crc=1 -n ftype=1 ``` The current CentOS 7 does this by default.