Local Filesytem

Storing Data in Local Filesystem

This kind of storage is used to persist the data, which needs to be kept during container lifecycle, but is not required to be shared across other nodes. If drawing an analogy, basically it’s kind of a folder you create inside a server. Commonly, it’s not implied that the data such a folder contains should be kept during different maintenance processes. But in confines of Docker Standard Support at Apiqcloud, creating a local volume in such a container represents an highly efficient way to protect your data (e.g. during the redeploy operation).

local filesystem data storing

Among the main advantages of local file system storage type, can be admitted simplicity of data control and its full local availability (as no network issue can affect its accessibility). Such storage can be used, for example, to save log files, which you don’t want to be erased, or for your load balancer’s configuration files, in order to not to loose the existing nodes’ linking structure.

  • 0 Els usuaris han Trobat Això Útil
Ha estat útil la resposta?

Articles Relacionats

External Server

Storing Data in External Server External server mounting is intended for establishing a...

Compound Container

Storing Data in Compound Container Apiqcloud provides a possibility to treat any node at...

Master Container

Storing Data in Master Container The master container type of data storing becomes the most...

Dedicated Container

Dedicated Storage Container For more complex and loaded applications, it is worth to...