Goal: You want two Docker containers to use the same file share on the Docker server from time to time.
Problem/Error blocking goal: In a Docker container, when you try to change directories to a directory that is on the Docker host (e.g., the docker container was created with the –volume flag), and you get an error “bash: cd <directoryname> permission denied,” you have to run two commands to fix it.
…
Continue reading “Having Two Docker Containers Share A Directory on the Host”