<div dir="ltr"><div style="font-size:small" class="gmail_default">On Ubuntu 16.04..2 LTS, kernel 4.4.0-78-generi<br><br></div><div style="font-size:small" class="gmail_default">inside a container I erase the file /etc/mtab<br></div><div style="font-size:small" class="gmail_default">the containers start, a new file /etc/mtab gets created<br></div><div style="font-size:small" class="gmail_default">I stop the container,<br></div><div style="font-size:small" class="gmail_default">I start the container<br></div><div style="font-size:small" class="gmail_default">the line with tmpfs starts growing ad -infinitum, this way<br><br><span style="font-family:monospace,monospace">tmpfs /run/shm tmpfs <br>rw,noexec,nosuid,nodev,size=17499420k,mode=1777,size=17499420k,mode=1777 0 0<br>tmpfs /run/shm tmpfs rw,noexec,nosuid,nodev,size=17499420k,mode=1777,size=17499420k,mode=1777,size=17499420k,mode=1777 0 0<br><br></span></div><div style="font-size:small" class="gmail_default">Note that each time I restart the container, the line gets a new size and mode parameters, in spite the fact that they areĀ  already there. After many restarts, the kernel starts complaining <br><br>tmpfs: No value for mount option 's'<br></div><br></div>