Skip to content

Commit

Permalink
Merge pull request #493 from dims/patch-2
Browse files Browse the repository at this point in the history
Fix to ensure that ConfigMaps volume does create file(s) in container
  • Loading branch information
kelseyhightower authored Jul 28, 2016
2 parents 0807d34 + 665f9c4 commit 27535b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ docker run -d \
--volume=/:/rootfs:ro \
--volume=/sys:/sys:rw \
--volume=/var/lib/docker/:/var/lib/docker:rw \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw \
--volume=/var/lib/kubelet/:/var/lib/kubelet:rw,shared \
--volume=/var/run:/var/run:rw \
--net=host \
--pid=host \
Expand Down

0 comments on commit 27535b7

Please sign in to comment.