From dff2a90328c3ed92c32ef68e828be2a406903d85 Mon Sep 17 00:00:00 2001 From: Moisei Date: Thu, 18 Aug 2016 10:06:53 +0300 Subject: [PATCH] no need to mount docker binary from the host If docker is installed in the JHub container, then there's no point in mounting the binary from the host. --- docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d149f79..8943af3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,9 +12,6 @@ services: image: jupyterhub container_name: jupyterhub volumes: - # Bind Docker binary from host machine so we can invoke Docker commands - # from inside container - - "/usr/local/bin/docker:/usr/local/bin/docker:ro" # Bind Docker socket on the host so we can connect to the daemon from # within the container - "/var/run/docker.sock:/var/run/docker.sock:rw"