flux
flux copied to clipboard
[FEAT] Add Docker tmpfs Mount
Is your feature request related to a problem? Please describe.
I get frustrated when I know a node operator or Flux administrator can snoop on my files in a container, easily.
This feature is useful to temporarily store sensitive files that you don't want to persist in either the host or the container writable layer. - (Taken directly from the Docker tmpfs mounts page)
Describe the solution you'd like
Their are two options that you can choose from to implement.
You can find them here: https://docs.docker.com/storage/tmpfs/#use-a-tmpfs-mount-in-a-container
Describe alternatives you've considered
Their aren't really any viable alternatives being that FluxOS control how a container is started.