buildx/commands
Jonathan A. Sternberg 0878d5b22b
commands: release the file lock before attempting to boot during create
If the boot command hung or took a long time, it blocked any read
operations (such as `buildx ls`).

When the boot happens, we no longer need to hold the file lock so we can
release it. Releasing multiple times is legal and causes whichever
release that is second to be a no-op so the defer is kept to ensure the
lock is released even when an error condition happens.

Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
2023-09-29 15:53:38 -05:00
..
2023-04-11 11:32:48 +02:00
2023-06-05 23:11:58 +02:00
2023-04-11 11:32:48 +02:00
2023-04-11 11:32:48 +02:00
2023-04-11 11:32:48 +02:00
2023-04-11 11:32:48 +02:00
2023-04-11 11:32:48 +02:00