Skip to content

computablefacts/docker-volumes-rights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-volumes-rights

Tests about Docker volumes and associated rights

Launch tests

Create a venv and activate it:

python -m venv venv
source venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Launch tests:

pytest -v

Why

I was facing an issue with a Redis container that could not save its database because it cannot write its dump.rdb into the volume.

I was wondering if it was due to Docker Compose or Docker Swarm. I was wondering if it was due to "standard" Docker volume or to "sub-directory" Docker volume.

So I make tests for each case in this repo.

About

Tests about Docker volumes and associated rights

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors