From f74214c116aef7468af50ebbfa8452f2fce2c00b Mon Sep 17 00:00:00 2001 From: Tom Misilo <1446856+misilot@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:22:09 -0600 Subject: [PATCH] Change command to reset build context When I tried to run the specified command, docker told me to run `docker context use default` --- docs/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.rst b/docs/troubleshooting.rst index a6594a399a..401fe5652e 100644 --- a/docs/troubleshooting.rst +++ b/docs/troubleshooting.rst @@ -194,7 +194,7 @@ Now build again:: tutor images build -All build commands should now make use of the newly configured builder. To later revert to the default builder, run ``docker buildx use default``. +All build commands should now make use of the newly configured builder. To later revert to the default builder, run ``docker contextuse default``. .. note:: Setting a too low value for maximum parallelism will result in longer build times.