LocalStorage

Description

The LocalStorage object provides a persistent storage on the local device. A data partition on the internal flash memory is used for this purpose. The total capacity of this data partition is about 6 GB. The DockerService object stores the Docker containers on this data partition as well which reduces the available space accordingly.

› Inherits:Storage

Properties