|
@@ -9,7 +9,7 @@
|
|
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash
|
|
# docker run -v `pwd`:/go/src/github.com/docker/docker --privileged -i -t docker bash
|
|
#
|
|
#
|
|
# # Run the test suite:
|
|
# # Run the test suite:
|
|
-# docker run --privileged docker hack/make.sh test
|
|
|
|
|
|
+# docker run --privileged docker hack/make.sh test-unit test-integration-cli test-docker-py
|
|
#
|
|
#
|
|
# Note: AppArmor used to mess with privileged mode, but this is no longer
|
|
# Note: AppArmor used to mess with privileged mode, but this is no longer
|
|
# the case. Therefore, you don't have to disable it anymore.
|
|
# the case. Therefore, you don't have to disable it anymore.
|