Commit 3496f404 by Brian Beggs

Add example on how to kill a docker container by name.

parent ab647b8e
...@@ -423,7 +423,10 @@ To detach from the container, you'll need to stop the container with: ...@@ -423,7 +423,10 @@ To detach from the container, you'll need to stop the container with:
make stop make stop
or a manual Docker command to bring down the container. or a manual Docker command to bring down the container:
.. code:: sh
docker kill $(docker ps -a -q --filter="name=edx.devstack.<container name>")
Running LMS and Studio Tests Running LMS and Studio Tests
---------------------------- ----------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment