Skip to content

Commit

Permalink
Change command to reset build context
Browse files Browse the repository at this point in the history
When I tried to run the specified command, docker told me to run `docker context use default`
  • Loading branch information
misilot committed Apr 16, 2024
1 parent 675719e commit f74214c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f74214c

Please sign in to comment.