Skip to content

Commit

Permalink
Update docker.rst to use bash from the PATH (ManimCommunity#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWearingPants authored and JasonGrace2282 committed Mar 31, 2024
1 parent 7789975 commit de0aff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ modify to your liking. First, run

.. code-block:: sh
docker run -it --name my-manim-container -v "/full/path/to/your/directory:/manim" manimcommunity/manim /bin/bash
docker run -it --name my-manim-container -v "/full/path/to/your/directory:/manim" manimcommunity/manim bash
to obtain an interactive shell inside your container allowing you
Expand Down

0 comments on commit de0aff8

Please sign in to comment.