@@ -14,7 +14,8 @@ Ensure the following tools and components are available before proceeding:
14141 .  [ Docker Buildx] ( https://github.com/docker/buildx ) : A CLI plugin for advanced
1515image building.
16162 .  Build Driver for Multi-Architecture Images: For example, ` docker-container ` 
17- (see [ Build Drivers] ( https://docs.docker.com/build/builders/drivers/ ) ).
17+ (see [ Build Drivers] ( https://docs.docker.com/build/builders/drivers/ )  and
18+ [ "Install QEMU Manually"] ( https://docs.docker.com/build/building/multi-platform/#install-qemu-manually ) ).
18193 .  [ Distribution Registry] ( https://distribution.github.io/distribution/ ) :
1920Formerly known as Docker Registry, to host and manage the built images.
2021
@@ -26,7 +27,7 @@ To confirm your environment is properly set up, run:
2627docker buildx bake --check
2728``` 
2829
29- If warnings  appear, you may need to switch to a different build driver. For
30+ If errors  appear, you may need to switch to a different build driver. For
3031example, use the following commands to configure a ` docker-container `  build
3132driver:
3233
@@ -39,6 +40,11 @@ docker buildx create \
3940  --bootstrap
4041``` 
4142
43+ >  * Note:*  This page is not intended to serve as a comprehensive guide for
44+ >  building multi-architecture images with Docker and Bake. If you encounter any
45+ >  issues, please refer to the resources listed above for detailed instructions
46+ >  and troubleshooting.
47+ 
4248## Default Target  
4349
4450The ` default `  target in Bake represents a Cartesian product of the following
0 commit comments