Skip to content

SoftwareCraftsmen/docker-atlassian-plugin-sdk-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Prepare a docker host

docker-machine create --driver virtualbox atlassian <1>
docker-machine start atlassian <2>
eval `docker-machine env atlassian` <3>
  1. Create a docker machine (once only)
  2. Start the docker machine
  3. Setup the docker client to use the docker-machine

Run a Plugin SDK instance

docker pull softwarecraftsmen/atlassian-plugin-sdk-confluence
docker run -ti -v dot_m2:/root/.m2 -v <plugin-project-directory>:/project -w /project -p 11990:1990 --hostname confluence softwarecraftsmen/atlassian-plugin-sdk-confluence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •