Updated the readme slightly, and added links

This commit is contained in:
Joe Xie 2016-05-31 17:21:14 +10:00
parent a29520488c
commit 77245c2d6d

View File

@ -4,19 +4,22 @@ Confluence Server is where you create, organise and discuss work with your team.
Learn more about Confluence Server: <https://www.atlassian.com/software/confluence>
You can find the repository for this Dockerfile at <https://hub.docker.com/r/atlassian/confluence-server>
# Overview
This Docker container makes it easy to get an instance of Confluence up and running.
# Quick Start
For the `CONFLUENCE_HOME` directory that is used to store Confluence data
For the directory in the environmental variable `CONFLUENCE_HOME` that is used to store Confluence data
(amongst other things) we recommend mounting a host directory as a [data volume](https://docs.docker.com/userguide/dockervolumes/#mount-a-host-directory-as-a-data-volume):
Start Atlassian Confluence Server:
$> docker run -v /data/your-confluence-home:/var/atlassian/confluence-home --name="confluence" -d -p 8090:8090 atlassian/confluence-server
**Success**. Confluence is now available on [http://localhost:8090](http://localhost:8090)*
Please ensure your container has the necessary resources allocated to it.
@ -52,10 +55,10 @@ Read more about data recovery and backups: [Site Backup and Restore](https://con
# Versioning
The `latest` tag matches the most recent release of Atlassian Confluence Server.
So `atlassian/confluence:latest` will use the newest version of Confluence Server available.
So `atlassian/confluence:latest` will use the newest stable version of Confluence Server available.
Alternatively, you can use a specific minor version of Confluence Server by using a version number
tag: `atlassian/confluence-server:5.10`. This will install the latest `5.10.x` version that
tag: `atlassian/confluence-server:5.9`. This will install the latest `5.9.x` version that
is available.