Uses of Class
io.patriot_framework.network_simulator.docker.manager.DockerManager
-
-
Uses of DockerManager in io.patriot_framework.network_simulator.docker.container
Constructors in io.patriot_framework.network_simulator.docker.container with parameters of type DockerManager Constructor Description DockerContainer(String name, String id, DockerManager dockerManager)
Instantiates a new Docker container. -
Uses of DockerManager in io.patriot_framework.network_simulator.docker.image.docker
Constructors in io.patriot_framework.network_simulator.docker.image.docker with parameters of type DockerManager Constructor Description DockerImage(DockerManager dockerManager)
Instantiates a new Docker image. -
Uses of DockerManager in io.patriot_framework.network_simulator.docker.network
Methods in io.patriot_framework.network_simulator.docker.network with parameters of type DockerManager Modifier and Type Method Description void
DockerNetworkUtilities. setDefaultGw(DockerContainer container, String gateway, DockerManager manager)
Sets default gw.
-