Short Description
Minimal bitbucket server
Full Description
Docker Altassian Bitbucket image
A small image containing alpine Linux and Atlassian Bitbucket Server.
MySQL
This images has support for Mysql backed installations (It has the MySQL connector installed).
Usage
docker run -d --restart=always \
--name=bitbucket \
-p 7990:7990 \
-p 7999:7999 \
-v /var/atlassian/bitbucket \
-d jgeusebroek/bitbucket-server
Official documentation can be found here.