summaryrefslogtreecommitdiffstats
path: root/dozentenmodulserver/README.md
blob: d5a48233c94bcd1b76a49e1476c1c25302fc69ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28

dozmod-server - Server to manage virtual machine images

Build

Java package

The dozmod-server can be built as a Java archive (.jar) using the following command line call:

mvn package

The built package can be found at target/dozmod-server-*-jar-with-dependencies.jar.

Docker container

A docker image of the dozmod-server and its required infrastructure can be built and started with the following command line call:

mvn -P dozmod-server:start

Note that a complete Docker infrastructure (images, containers, networks and volumes) is created and started after this call. To stop the dozmod-server container and its entire infrastructure, use the following command line call:

The running containers can be stopped with the following command line call:

mvn -P dozmod-server:stop