summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/openslx/thrifthelper/TConst.java
diff options
context:
space:
mode:
authorralph isenmann2020-07-15 14:54:17 +0200
committerralph isenmann2020-07-15 14:54:17 +0200
commitf0308fc202c9da53f1d00de609c203045f0c1dbf (patch)
treec60c860fcfaf129cb24cade68a5f204007164218 /src/main/java/org/openslx/thrifthelper/TConst.java
parentAdd intellij project files to gitignore (diff)
downloadmaster-sync-shared-f0308fc202c9da53f1d00de609c203045f0c1dbf.tar.gz
master-sync-shared-f0308fc202c9da53f1d00de609c203045f0c1dbf.tar.xz
master-sync-shared-f0308fc202c9da53f1d00de609c203045f0c1dbf.zip
Add Docker support
Diffstat (limited to 'src/main/java/org/openslx/thrifthelper/TConst.java')
-rw-r--r--src/main/java/org/openslx/thrifthelper/TConst.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/org/openslx/thrifthelper/TConst.java b/src/main/java/org/openslx/thrifthelper/TConst.java
index 2ff902e..b7debba 100644
--- a/src/main/java/org/openslx/thrifthelper/TConst.java
+++ b/src/main/java/org/openslx/thrifthelper/TConst.java
@@ -9,5 +9,6 @@ public class TConst
public static final String VIRT_VMWARE = "vmware";
public static final String VIRT_VIRTUALBOX = "virtualbox";
public static final String VIRT_QEMU = "qemukvm";
+ public static final String VIRT_DOCKER = "docker";
}