Skip to content

SoftwareCraftsmen/docker-atlassian-plugin-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 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

Build the Atlassian Plugin SDK image

docker-compose build

Run a Atlassian Plugin SDK instance

Create a .m2 cache volume for Maven

docker volume create --name=dot_m2
docker run -ti --rm --workdir /project -v dot_m2:/root/.m2 -v $PWD:/project softwarecraftsmen/atlassian-plugin-sdk bash -c "atlas-mvn -version"

The file .alias shows how to define an alias to run atlas-mvn within a container.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published