Skip to content

Commit 00a1a35

Browse files
committed
Updated registry module docs
1 parent 05b96ac commit 00a1a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/registry/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
When building Docker containers with Docker Buildx there is currently no option to test your containers locally without
44
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.
5+
and more you need to use Buildx for efficiently building images and especially multi arch images.
66

77
When you use Docker Python libraries like docker-py or python-on-whales to build and test Docker images, what a lot of
88
persons and DevOps engineers like me nowadays do, a test container comes in very handy.

0 commit comments

Comments
 (0)