New: Intelligent Flashcards spaced-repetition decks for every topic, built to make things actually stick.
What does docker buildx create --driver cloud myorg/mybuilder actually do?
docker buildx create --driver cloud myorg/mybuilder
Registers a local endpoint cloud-myorg-mybuilder that points at the existing cloud builder
cloud-myorg-mybuilder
Provisions a new EC2-backed cloud builder in your Docker organization
Switches the active build driver from docker to docker-container locally
docker
docker-container