Skip to content

Commit f8b5066

Browse files
Update docker.rst to use bash from the PATH (#3582)
1 parent 175cb89 commit f8b5066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/installation/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ modify to your liking. First, run
4545

4646
.. code-block:: sh
4747
48-
docker run -it --name my-manim-container -v "/full/path/to/your/directory:/manim" manimcommunity/manim /bin/bash
48+
docker run -it --name my-manim-container -v "/full/path/to/your/directory:/manim" manimcommunity/manim bash
4949
5050
5151
to obtain an interactive shell inside your container allowing you

0 commit comments

Comments
 (0)