Skip to content

Commit

Permalink
Add docker run command for Windows cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
qrqiuren authored Feb 25, 2021
1 parent fc77ea1 commit 28b2d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/dev/contributor/quickstart_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ container do not persist after you close it.
window::

docker run -it --rm -v $PWD/:/home/scipy scipy/scipy-dev:<image-tag> /bin/bash
If you are using Windows cmd, you may run the following command instead::

docker run -it --rm -v %cd%:/home/scipy scipy/scipy-dev:<image-tag> /bin/bash

This command starts (``run``) an interactive (``-it``) Docker container
named ``scipy-dev`` (based on Ubuntu focal) from the ``scipy``
Expand Down

0 comments on commit 28b2d2e

Please sign in to comment.