Questions tagged [flocker]

Flocker is an open-source Container Data Volume Manager for Dockerized applications. It manages Docker containers and data volumes together. But unlike a Docker data volume which is tied to a single server, a Flocker data volume, called a dataset, is portable and can be used with any container, no matter where that container is running. You can also use Flocker to manage only volumes, while continuing to manage containers however you choose.

4 questions
12
votes
2 answers

Docker volume on external hard drive

I'm using a postgres image to run a container locally. I need to process a significant amount of data and I want to use an external hard drive for this. Is it possible to mount a volume on an external hard drive? Can I accomplish what I want with…
Alkis Kalogeris
  • 17,044
  • 15
  • 59
  • 113
1
vote
0 answers

How to Configure Flocker on centos 7.2?

I used https://media-glass.es/flocker-on-centos-7-17a8bfaa6509 as reference for installing ,But the yum repo is not available now. And if you have any alternatives for flocker please share. I am looking for an open-source container data volume…
1
vote
1 answer

same data volume attached to multiple container even in different host

I'm able to bind a docker volume to a specific container in a swarm thanks to flocker, but now i would have multiple replicas of my server (to do load balancing) and so i'm searching something to bind the same data volume to multiple replicas of a…
Antonio Caristia
  • 143
  • 2
  • 11
0
votes
2 answers

How to create a volume with given size in Flocker?

I am very new to Flocker and I have created a setup by Vagrant (see here) but I am not finding any command like flockerctl/flocker-volumes to create a volume with given size.
yogesh prasad
  • 151
  • 2
  • 6