Sign inSign up

broadinstitute/stash

By broadinstitute

Updated over 7 years ago

Atlassian Stash container image with MySQL support

Image
0

50K+

broadinstitute/stash repository overview

docker-stash

Docker container for Atlassian Stash

Quick Start

The only thing really needed for this container to work correctly is to have the Stash home directory mapped into /var/atlassian/application-data/stash. This is where Stash stores all of its configurations and state files. The container also listens on ports 4990 and 4999 by default, so you will want to expose those ports as well. A simple way to start the container would be:

sudo docker run -it -d --name stash --hostname stash.example.org \
    -p 4990:4990 \
    -p 4999:4999 \
    -v /path/to/stash/home:/var/atlassian/application-data/stash \
    broadinstitute/stash

Note: The user internally to the container that runs Stash has uid/gid 1. Therefore, you will want to make sure all files and directories in the Stash home directory have permissions setup correctly so that Stash can read and write to/from the home directory.

Tag summary

Content type

Image

Digest

Size

329.7 MB

Last updated

over 7 years ago

docker pull broadinstitute/stash