You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running fli create volumesetname volumename creates uuid paths inside the mounted zpool like /chq/fc3d6776-d76a-4d90-8ec3-89f348b3536d/ba603e7a-e529-4aa4-b126-7989432c3662.
For automation it's not suitable, because you have to manually change the docker volume path to point to a volume in the volumeset(I guess?). Is there going to be support for static volumeset/volume paths? Or am I confused as to how docker volumes should work together with fli?
The text was updated successfully, but these errors were encountered:
Hello @sysadmin1337, we have a tool called fli-docker that enables you to inject volume paths into a Docker Compose.
You can also do a simple text replacement operation in your docker run -v <host>:<container> command, and inject the Volume mount point. A simple Python or Ruby wrapper would suffice, or even simply setting a Bash environment variable.
Here's an end-to-end Bash script that I wrote to demonstrate the core capabilities of Fli + FlockerHub. This should help push you along. 😄
Running
fli create volumesetname volumename
creates uuid paths inside the mounted zpool like/chq/fc3d6776-d76a-4d90-8ec3-89f348b3536d/ba603e7a-e529-4aa4-b126-7989432c3662
.For automation it's not suitable, because you have to manually change the docker volume path to point to a volume in the volumeset(I guess?). Is there going to be support for static volumeset/volume paths? Or am I confused as to how docker volumes should work together with fli?
The text was updated successfully, but these errors were encountered: