docker run --tmpfs /tmp myimage
Category: Docker
docker run --tmpfs /tmp myimage
Mount a tmpfs (in-memory) filesystem at /tmp inside the container
Creates a temporary in-memory filesystem at /tmp inside the container. Fast, but data is lost when the container stops.