Skip to content

Commit 5048437

Browse files
authored
Merge pull request docker-archive-public#4355 from tmaier/google-AutoDelete
Google Driver: Enable AutoDelete of Disks for GCE
2 parents e02ab45 + 72c5993 commit 5048437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/google/compute_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func (c *ComputeUtil) createInstance(d *Driver) error {
250250
Disks: []*raw.AttachedDisk{
251251
{
252252
Boot: true,
253-
AutoDelete: false,
253+
AutoDelete: true,
254254
Type: "PERSISTENT",
255255
Mode: "READ_WRITE",
256256
},

0 commit comments

Comments
 (0)