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.
1 parent f492225 commit b130423Copy full SHA for b130423
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