Typo
Signed-off-by: Srinivasan Srivatsan <srinivasan.srivatsan@hpe.com>
| ... | ... |
@@ -5,7 +5,7 @@ set -e |
| 5 | 5 |
# Original version by Jerome Petazzoni <jerome@docker.com> |
| 6 | 6 |
# See the blog post: https://blog.docker.com/2013/09/docker-can-now-run-within-docker/ |
| 7 | 7 |
# |
| 8 |
-# This script should be executed inside a docker container in privilieged mode |
|
| 8 |
+# This script should be executed inside a docker container in privileged mode |
|
| 9 | 9 |
# ('docker run --privileged', introduced in docker 0.6).
|
| 10 | 10 |
|
| 11 | 11 |
# Usage: dind CMD [ARG...] |