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