Builds a data-only container ready to be used with docker-stash.
Create and name the data-only container:
docker run --name stash-data ahaasler/stash-data ```
Use it in the stash container:
docker run --name stash --volumes-from stash-data -d -p 7990:7990 -p 7999:7999 ahaasler/stash ```
See docker-stash for more information on the stash container.
This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Content type
Image
Digest
sha256:f5360c807…
Size
1.1 MB
Last updated
almost 11 years ago
docker pull ahaasler/stash-data