mirror of
https://github.com/rclone/rclone.git
synced 2026-01-02 16:43:28 +00:00
8 lines
218 B
Go
8 lines
218 B
Go
package docker
|
|
|
|
// Note: "|" will be replaced by backticks
|
|
var longHelp = `
|
|
This command implements the Docker volume plugin API allowing docker to use
|
|
rclone as a data storage mechanism for various cloud providers.
|
|
`
|