Volumes allow you to persist data across containers - perserving your deployment’s state after restarts
/data
. This will persist within your deployment, even when containers are deleted.
You can choose between ext4
and xfs
for your filesystem format.
Using the Hop Console
Using the Hop CLI
hop deploy
, you can interactively configure a volume or you can pass the following options to add a volume in a headless way: