Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 609eeb0

Browse files
committed
We actually support volume labels and driver_opts
Signed-off-by: Nicolas De Loof <[email protected]>
1 parent 4a4e6be commit 609eeb0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

local/compose/create.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,6 @@ func (s *composeService) ensureVolume(ctx context.Context, volume types.VolumeCo
512512
eventName := fmt.Sprintf("Volume %q", volume.Name)
513513
w := progress.ContextWriter(ctx)
514514
w.Event(progress.CreatingEvent(eventName))
515-
// TODO we miss support for driver_opts and labels
516515
_, err := s.apiClient.VolumeCreate(ctx, volume_api.VolumeCreateBody{
517516
Labels: volume.Labels,
518517
Name: volume.Name,

0 commit comments

Comments
 (0)