docker-compose tmpfs not working
I have been doing some testing in this regards, it looks like the /var/run directory is special in docker. Here is some sample config and output: ubuntu: image: ubuntu command: “bash -c ‘mount'” tmpfs: – /var/run – /var/cache Running docker-compose up ubuntu shows what is mounted. Can see /var/cache is mounted but /var/run isn’t. … … Read more