Member since
01-22-2024
1
Post
1
Kudos Received
0
Solutions
01-22-2024
07:20 AM
1 Kudo
Flow definitions are saved in the `conf` dir and at least 2 different approaches can be mentioned to backup it: the first by manually `docker cp`its contents and mount them later as a volume at your next run, while the second leveraging the mount bind option of docker to automatically synchronize the `conf` dir contents with your local dir.
... View more