From 6af65ed2c456306bb8654777b9a8aab4f37710d9 Mon Sep 17 00:00:00 2001 From: ralph isenmann Date: Thu, 18 Mar 2021 17:53:47 +0100 Subject: [server] Add future function docker_container. because of missing entry in db this featuer is currently commented out --- .../src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dozentenmodulserver/src/main/java/org/openslx/bwlp') diff --git a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java index c59ddd47..a454fc21 100644 --- a/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java +++ b/dozentenmodulserver/src/main/java/org/openslx/bwlp/sat/SupportedFeatures.java @@ -13,6 +13,10 @@ public class SupportedFeatures { registerFeature(Feature.SERVER_SIDE_COPY); registerFeature(Feature.LECTURE_FILTER_LDAP); registerFeature(Feature.CONFIGURE_USB); + // TODO Docker Container currently not as a release Feature. Needs Update of Database. + // Enable Feature by adding ("docker", "Docker") to virtualizer table + // and rebuild Server with enabled Feature and replace jar on Sat. +// registerFeature(Feature.DOCKER_CONTAINER); } public static String getFeatureString() { -- cgit v1.2.3-55-g7522