github.com/pdmccormick/importable-docker-buildx@v0.0.0-20240426161518-e47091289030/docs/reference/buildx_stop.md (about) 1 # buildx stop 2 3 ``` 4 docker buildx stop [NAME] 5 ``` 6 7 <!---MARKER_GEN_START--> 8 Stop builder instance 9 10 ### Options 11 12 | Name | Type | Default | Description | 13 |:------------------------|:---------|:--------|:-----------------------------------------| 14 | [`--builder`](#builder) | `string` | | Override the configured builder instance | 15 16 17 <!---MARKER_GEN_END--> 18 19 ## Description 20 21 Stops the specified or current builder. This does not prevent buildx build to 22 restart the builder. The implementation of stop depends on the driver. 23 24 ## Examples 25 26 ### <a name="builder"></a> Override the configured builder instance (--builder) 27 28 Same as [`buildx --builder`](buildx.md#builder).