-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request moby#22967 from srinsriv/master
Update dind
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ set -e | |
# Original version by Jerome Petazzoni <[email protected]> | ||
# See the blog post: https://blog.docker.com/2013/09/docker-can-now-run-within-docker/ | ||
# | ||
# This script should be executed inside a docker container in privilieged mode | ||
# This script should be executed inside a docker container in privileged mode | ||
# ('docker run --privileged', introduced in docker 0.6). | ||
|
||
# Usage: dind CMD [ARG...] | ||
|