Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow booting builder after creation #692

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

crazy-max
Copy link
Member

@crazy-max crazy-max commented Jul 25, 2021

Fixes #189

Allow booting builder after creation with docker buildx create --bootstrap ....

Also adds buildx start command.

Signed-off-by: CrazyMax [email protected]

@crazy-max crazy-max marked this pull request as ready for review July 26, 2021 11:21
@crazy-max crazy-max added the kind/enhancement New feature or request label Aug 2, 2021
@tonistiigi
Copy link
Member

Not sure if we need a command for this. And as we have buildx stop it should probably be start then. But I think we can start with just a flag.

@crazy-max
Copy link
Member Author

@tonistiigi

And as we have buildx stop it should probably be start then.

👍

But I think we can start with just a flag.

Yeah I thought bootstrap start was a legit command to have here cause of the stop one. Let me know if you don't think so.

@crazy-max
Copy link
Member Author

Remove start command as discussed. PTAL @tonistiigi

@tonistiigi tonistiigi merged commit 04bac63 into docker:master Aug 12, 2021
@crazy-max crazy-max deleted the boostrap-cmd branch August 12, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add --bootstrap to --create
2 participants