From 8b58f93f1c94ef2edf20294c7df0e1d696f40fd4 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Wed, 22 Oct 2014 12:17:38 -0700 Subject: [PATCH] Remove closed issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53e5b20..fa0640f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Some common misconceptions it's worth correcting: * [`docker start`](http://docs.docker.io/reference/commandline/cli/#start) will start it again. * [`docker restart`](http://docs.docker.io/reference/commandline/cli/#restart) restarts a container. * [`docker rm`](http://docs.docker.io/reference/commandline/cli/#rm) deletes a container. -* [`docker kill`](http://docs.docker.io/reference/commandline/cli/#kill) sends a SIGKILL to a container. [Has issues](https://github.com/dotcloud/docker/issues/197). +* [`docker kill`](http://docs.docker.io/reference/commandline/cli/#kill) sends a SIGKILL to a container. * [`docker attach`](http://docs.docker.io/reference/commandline/cli/#attach) will connect to a running container. * [`docker wait`](http://docs.docker.io/reference/commandline/cli/#wait) blocks until container stops.