Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
bearney74 committed Apr 4, 2017
1 parent 65d5463 commit b085e16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Prequisites
Steps to run the git repo unittests from docker
------------------------------------------------

1. Get a bash prompt in the moviepy container ::
Get a bash prompt in the moviepy container ::

cd tests
docker run -it -v `pwd`:/tests moviepy bash

2. run the tests ::
Run the tests ::
cd tests
python test_issues.py
Expand All @@ -37,7 +37,6 @@ If the container isn't running already ::
docker run -it moviepy bash
python myscript.py


You can also start a container and run a script in one command: ::

docker run -it -v `pwd`:/code moviepy python myscript.py

0 comments on commit b085e16

Please sign in to comment.