Explorar o código

Remove the inotifywait hack from our upstart host-integration example that is no longer necessary

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
Tianon Gravi %!s(int64=11) %!d(string=hai) anos
pai
achega
ab0c9b385c
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      docs/sources/use/host_integration.rst

+ 0 - 5
docs/sources/use/host_integration.rst

@@ -43,11 +43,6 @@ into it:
    stop on runlevel [!2345]
    respawn
    script
-     # Wait for docker to finish starting up first.
-     FILE=/var/run/docker.sock
-     while [ ! -e $FILE ] ; do
-       inotifywait -t 2 -e create $(dirname $FILE)
-     done
      /usr/bin/docker start -a redis_server
    end script