Debug School

Mayank
Mayank

Posted on

How can we store container data in memory using docker volume

We can use docker tmpfs volume to store container data in host's memory on linux.
This is used when we don't want to write sensitive data or data that relates to non-persistent application state in the container layer or on the host FS.

Top comments (0)