Skip to content

Instantly share code, notes, and snippets.

@maxivak
Last active March 30, 2019 01:09
Show Gist options
  • Save maxivak/5f6e74080bc091d854216f77eb65e35c to your computer and use it in GitHub Desktop.
Save maxivak/5f6e74080bc091d854216f77eb65e35c to your computer and use it in GitHub Desktop.
Storage for Docker containers in Swarm mode

Manage data in containers in swarm mode

Overview

Approaches to data storages:

  • Default : No Data Persistence
  • Data Volumes : Container Persistence
  • Explicit Shared Storage (Data Volumes) : Container Persistence
  • Shared Multi-Host Storage : Host Persistence

Read more:

Data volume

Read more:

Shared storage between containers

NFS share

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment