Uses of Class
io.fabric8.maven.docker.access.PortMapping
-
Packages that use PortMapping Package Description io.fabric8.maven.docker.access io.fabric8.maven.docker.service io.fabric8.maven.docker.service.helper -
-
Uses of PortMapping in io.fabric8.maven.docker.access
Methods in io.fabric8.maven.docker.access with parameters of type PortMapping Modifier and Type Method Description voidPortMapping.PropertyWriteHelper. add(PortMapping portMapping, String portPropertyFile)ContainerHostConfigContainerHostConfig. portBindings(PortMapping portMapping) -
Uses of PortMapping in io.fabric8.maven.docker.service
Methods in io.fabric8.maven.docker.service that return PortMapping Modifier and Type Method Description PortMappingRunService. createPortMapping(RunImageConfiguration runConfig, Properties properties)Create port mapping for a specific configuration as it can be used when creating containersMethods in io.fabric8.maven.docker.service with parameters of type PortMapping Modifier and Type Method Description StringRunService. createAndStartContainer(ImageConfiguration imageConfig, PortMapping portMapping, GavLabel gavLabel, Properties properties, File baseDir, String defaultContainerNamePattern, Date buildTimestamp)Create and start a container with the given image configuration.StringRunService. createContainer(ImageConfiguration imageConfig, PortMapping portMapping, GavLabel gavLabel, Properties properties, File baseDir, String defaultContainerNamePattern, Date buildTimestamp)Create a container with the given image configuration. -
Uses of PortMapping in io.fabric8.maven.docker.service.helper
Methods in io.fabric8.maven.docker.service.helper with parameters of type PortMapping Modifier and Type Method Description StartContainerExecutor.BuilderStartContainerExecutor.Builder. portMapping(PortMapping portMapping)
-