Running confluence docker on windows

Alex Cutvoi February 21, 2018

I followed the instruction from this tutorial to install docker with docker_confluence.pngI followed the installation tutorial from this link: atlassian/confluence-server. I installed on my windows machine with no problems. But I don't know how can I run it from command line. There aren't any instruction on the link.

Anyone have run on windows platform?

1 answer

1 vote
Hassan Aftab
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 5, 2018

Hi Alex

Once you have downloaded the image, please run the following command to confirm that the image has been downloaded successfully,

docker images

Look for  atlassian/confluence-server

To create a new container (instance) from the above image, please run the following command,

docker run -v C:\Atlassian-test\docker-confluencehome:/var/atlassian/application-data/confluence --name="confluence" -d -p 8090:8090 -p 8091:8091 atlassian/confluence-server 

This will create an container called confluence and map it's home folder to  

C:\Atlassian-test\docker-confluencehome

Check the status of Confluence container,

docker ps -a

The container titled confluence should be running. 

You can access Confluence on localhost on port 8090.

 

Thanks,

 

Hassan Aftab

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events