Merge pull request #2526 from metalivedev/2074-AddKnownIssues

Add Known Issue
This commit is contained in:
Andy Rothfusz
2013-11-08 12:14:04 -08:00
4 changed files with 33 additions and 4 deletions
+12
View File
@@ -480,6 +480,12 @@ Insert file from github
The main process inside the container will be sent SIGKILL.
Known Issues (kill)
~~~~~~~~~~~~~~~~~~~
* :issue:`197` indicates that ``docker kill`` may leave directories
behind and make it difficult to remove the container.
.. _cli_login:
``login``
@@ -588,6 +594,12 @@ The main process inside the container will be sent SIGKILL.
Remove one or more containers
-link="": Remove the link instead of the actual container
Known Issues (rm)
~~~~~~~~~~~~~~~~~~~
* :issue:`197` indicates that ``docker kill`` may leave directories
behind and make it difficult to remove the container.
Examples:
~~~~~~~~~