How is storage handled for containers and services? #293
-
Scenario: setup is done on a bunch of servers, example 7 servers. As the project uses docker to deploy whatever the admin wants, how is storage handled? Is it using only local storage (locking containers to the server they been started), or does it helps easy and fast to setup some replicated remote storage, example using Ceph or GlusterFS? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @madalinignisca . Do you mean the "Deploy" feature in "Containers" ? If so, only simple volumes are supported now, like in those screenshots |
Beta Was this translation helpful? Give feedback.
Hi @madalinignisca . Do you mean the "Deploy" feature in "Containers" ? If so, only simple volumes are supported now, like in those screenshots
However, It doesnt mean you can't do it this way, but you will have to follow several steps manually, like here for Ceph https://medium.com/@keecheril.jobin/integrating-docker-with-ceph-56ce6c447d1b
I dont know exactly how ClusterFS works but it seems to require a custom docker volume driver, that is not yet supported by the deploy feature