diff --git a/docs/developer-env.md b/docs/developer-env.md
index 68a20c6d6b69c3cb5fad6dbf16493c5f59b6d8d3..372471c01dda527b13a7fd14ca5a8c80b93974f0 100644
--- a/docs/developer-env.md
+++ b/docs/developer-env.md
@@ -54,6 +54,11 @@ Next, download and run the Docker 1.6 LKCD4 (Docker Inc Employee) built binary:
     mv docker-1.6.-rc1 docker
     sudo ./docker -d &
 
+Finally stop libvirt on the host machine.  Only one copy of libvirt may be
+running at a time.
+
+    service libvirt stop
+
 The basic starting environment will be created using `docker-compose`.
 This environment will start up the openstack services listed in the
 compose directory.