Class DockerEnvironmentFactory

java.lang.Object
org.apache.beam.runners.fnexecution.environment.DockerEnvironmentFactory
All Implemented Interfaces:
EnvironmentFactory

public class DockerEnvironmentFactory extends Object implements EnvironmentFactory
An EnvironmentFactory that creates docker containers by shelling out to docker. Returned RemoteEnvironments own their respective docker containers. Not thread-safe.