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 authored Feb 20, 2024
1 parent 59b1987 commit 42917ed
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 @@ -192,4 +192,4 @@ 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 context use default``.

0 comments on commit 42917ed

Please sign in to comment.