We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f492225 + b130423 commit 30be3a9Copy full SHA for 30be3a9
api.go
@@ -14,7 +14,7 @@ const (
14
// DefaultDockerRootDirectory is the default directory where volumes will be created.
15
DefaultDockerRootDirectory = "/var/lib/docker/volumes"
16
17
- defaultContentTypeV1 = "appplication/vnd.docker.plugins.v1+json"
+ defaultContentTypeV1 = "application/vnd.docker.plugins.v1+json"
18
defaultImplementationManifest = `{"Implements": ["VolumeDriver"]}`
19
pluginSpecDir = "/etc/docker/plugins"
20
pluginSockDir = "/run/docker/plugins"
0 commit comments