python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Passing folder as argument to a Docker container with the help of volumes
I have a python script that takes two arguments -input and -output and they are both directory paths. I would like to know first if this is a recommended use case of docker, and I would like to know a...
alpha027
Votes: 0
Answers: 1
DDEV/docker-compose: Bind-mount a path with an absolute path
I'm trying to define a volume in ddev like this:
Filename: docker-compose.salesforce.yaml
Contents:
version: '3.6'
services:
web:
volumes:
- /Users/dmgig/JWT:/home/dmgig/JWT:rw
But as you...
dmgig
Votes: 0
Answers: 1
how to share docker container volume with other team members
I have a container with postgres ( for dev purposes), on that container i did some manual changes over the database that i wish to share with other team members,
the following yml file is committed to...
c137
Votes: 0
Answers: 2
JupyterHub custom DockerSpawner to bind different shared volumes based on LDAP group membership
Users and groups are managed by LDAPAuthenticator.
c.JupyterHub.authenticator_class = 'ldapauthenticator.LDAPAuthenticator'
c.LDAPAuthenticator.allowed_groups = [...]
....
DockerSpawner is currently ...
Fedor Petrov
Votes: 0
Answers: 0