Skip to content

Commit dff2a90

Browse files
authored
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.
1 parent 93660a1 commit dff2a90

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ services:
1212
image: jupyterhub
1313
container_name: jupyterhub
1414
volumes:
15-
# Bind Docker binary from host machine so we can invoke Docker commands
16-
# from inside container
17-
- "/usr/local/bin/docker:/usr/local/bin/docker:ro"
1815
# Bind Docker socket on the host so we can connect to the daemon from
1916
# within the container
2017
- "/var/run/docker.sock:/var/run/docker.sock:rw"

0 commit comments

Comments
 (0)