Skip to content

Umple Docker Container

Andrew Forward edited this page Sep 29, 2015 · 1 revision

This work is experimental.

https://hub.docker.com/u/umple/dashboard/

We have a umpleops for generating an umple image which could be used to setup the full umple stack with a "one-click" like approach once docker is installed. This is very new, and still in the working stages.

Here is how to launch the latest version.

mkdir ~/src && cd ~/src &&  git clone git@github.com:umple/umple.git
docker run -i -t -v `pwd`:/src umple/umple:0.4.0 bash

You can skip the first step if you already have umple cloned on your system, and if so, just change pwd to align with your src directory (the parent dir of umple, NOT umple itself).

Clone this wiki locally