mirror of
https://github.com/rancher/os.git
synced 2025-09-06 01:01:43 +00:00
migrate to upstream libcompose in one and a half go
This commit is contained in:
2
vendor/github.com/fsouza/go-dockerclient/volume.go
generated
vendored
2
vendor/github.com/fsouza/go-dockerclient/volume.go
generated
vendored
@@ -75,7 +75,7 @@ type CreateVolumeOptions struct {
|
||||
//
|
||||
// See https://goo.gl/pBUbZ9 for more details.
|
||||
func (c *Client) CreateVolume(opts CreateVolumeOptions) (*Volume, error) {
|
||||
resp, err := c.do("POST", "/volumes", doOptions{data: opts})
|
||||
resp, err := c.do("POST", "/volumes/create", doOptions{data: opts})
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user