Sign inSign up

ahaasler/stash-data

By ahaasler

Updated almost 11 years ago

Image
0

1.1K

ahaasler/stash-data repository overview

docker-stash-data

Builds a data-only container ready to be used with docker-stash.

Usage

  1. Create and name the data-only container:

docker run --name stash-data ahaasler/stash-data ```

  1. 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.

Thanks

License

This image is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

Tag summary

Content type

Image

Digest

sha256:f5360c807

Size

1.1 MB

Last updated

almost 11 years ago

docker pull ahaasler/stash-data