Package de.gematik.test.tiger.testenvmgr
Class DockerMgr
- java.lang.Object
-
- de.gematik.test.tiger.testenvmgr.DockerMgr
-
public class DockerMgr extends Object
-
-
Constructor Summary
Constructors Constructor Description DockerMgr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpauseContainer(CfgServer srv)voidpullImage(String imageName)voidstartComposition(CfgServer server)voidstartContainer(CfgServer server, Configuration configuration, TigerTestEnvMgr envmgr)voidstopContainer(CfgServer srv)voidunpauseContainer(CfgServer srv)
-
-
-
Method Detail
-
startContainer
public void startContainer(CfgServer server, Configuration configuration, TigerTestEnvMgr envmgr)
-
startComposition
public void startComposition(CfgServer server)
-
pullImage
public void pullImage(String imageName)
-
stopContainer
public void stopContainer(CfgServer srv)
-
pauseContainer
public void pauseContainer(CfgServer srv)
-
unpauseContainer
public void unpauseContainer(CfgServer srv)
-
-