Linode mailing list archives
Browse archives
docker volume ls lists the vol [...]
by
CalTek.Net, Kenneth Wyrick
docker volume ls
lists the volumes
docker volume ls | grep openacs
openacs_db_data
New
docker run -it --rm -v openacs_db_data:/db alpine ash cd /db
the db data is there... in docker-compose the volume names are prefixed with the stack name