We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b96ac commit 00a1a35Copy full SHA for 00a1a35
modules/registry/README.rst
@@ -2,7 +2,7 @@
2
3
When building Docker containers with Docker Buildx there is currently no option to test your containers locally without
4
a local registry. Otherwise Buildx pushes your image to Docker Hub, which is not what you want in a test case. More
5
-and more you need to use Buildx for effienciently building images and especially multi arch images.
+and more you need to use Buildx for efficiently building images and especially multi arch images.
6
7
When you use Docker Python libraries like docker-py or python-on-whales to build and test Docker images, what a lot of
8
persons and DevOps engineers like me nowadays do, a test container comes in very handy.
0 commit comments