We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93660a1 commit dff2a90Copy full SHA for dff2a90
docker-compose.yml
@@ -12,9 +12,6 @@ services:
12
image: jupyterhub
13
container_name: jupyterhub
14
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"
18
# Bind Docker socket on the host so we can connect to the daemon from
19
# within the container
20
- "/var/run/docker.sock:/var/run/docker.sock:rw"
0 commit comments