Skip to content

Commit

Permalink
Update docker.rst to use bash from the PATH (#3582)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotWearingPants authored Jan 24, 2024
1 parent 175cb89 commit f8b5066
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 f8b5066

Please sign in to comment.