Tsuru volume bind
tsuru volume bind¶
Binds an existing volume to an application.
Synopsis¶
Binds an existing volume to an application.
tsuru volume bind <volume-name> <mount point> [-a/--app <appname>] [-r/--readonly] [--no-restart] [flags]
Options¶
-a, --app string The name of the app.
--no-restart prevents restarting the application
-r, --readonly the volume will be available only for reading
-h, --help help for bind
Options inherited from parent commands¶
--target string Tsuru server endpoint
--verbosity int Verbosity level: 1 => print HTTP requests; 2 => print HTTP requests/responses
SEE ALSO¶
- tsuru volume - Volumes allow applications running on tsuru to use external storage volumes mounted on their filesystem.