Uses of Class
com.atlassian.bamboo.docker.RunConfig
-
Uses of RunConfig in com.atlassian.bamboo.docker
Modifier and TypeMethodDescriptionvoid
DockerContainerService.run
(@NotNull ProcessContext processContext, @NotNull Path dockerPath, @NotNull String imageName, @NotNull RunConfig runConfig, @NotNull Path workingDirectory, @NotNull Map<String, String> environment) Start a Docker container for the image provided.void
DockerContainerServiceImpl.run
(@NotNull ProcessContext processContext, @NotNull Path dockerPath, @NotNull String imageName, @NotNull RunConfig runConfig, @NotNull Path workingDirectory, @NotNull Map<String, String> environment)