Description
In host:
[root@localhost ~]# uname -a
Linux localhost.localdomain 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]#
....
In Docker Container:
bash-4.2# uname -a
Linux racnode-storage 3.10.0-693.21.1.el7.x86_64 #1 SMP Wed Mar 7 19:03:37 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
bash-4.2# sysctl -p
sysctl: setting key "fs.file-max": Read-only file system
sysctl: setting key "kernel.sem": Read-only file system
sysctl: setting key "kernel.shmmni": Read-only file system
sysctl: setting key "kernel.shmall": Read-only file system
sysctl: setting key "kernel.shmmax": Read-only file system
sysctl: setting key "kernel.panic_on_oops": Read-only file system
sysctl: cannot stat /proc/sys/net/core/rmem_default: No such file or directory <<<<<<<<<Can not get /proc/sys/net/core/rmem_default
sysctl: cannot stat /proc/sys/net/core/rmem_max: No such file or directory <<<<<<<<<Can not get /proc/sys/net/core/rmem_max
sysctl: cannot stat /proc/sys/net/core/wmem_default: No such file or directory <<<<<<<<<Can not get /proc/sys/net/core/wmem_default
sysctl: cannot stat /proc/sys/net/core/wmem_max: No such file or directory <<<<<<<<<Can not get /proc/sys/net/core/wmem_max
sysctl: setting key "net.ipv4.conf.all.rp_filter": Read-only file system
sysctl: setting key "net.ipv4.conf.default.rp_filter": Read-only file system
sysctl: setting key "fs.aio-max-nr": Read-only file system
sysctl: setting key "net.ipv4.ip_local_port_range": Read-only file system
bash-4.2#