Class VolumeCreator

java.lang.Object
org.arquillian.cube.docker.drone.util.VolumeCreator

public class VolumeCreator extends Object
Volume utils.
  • Method Details

    • createTemporaryVolume

      public static final Path createTemporaryVolume(String password)
      Creates a new temporary folder with password file for VNC server. The folder is relative to the root of the project target/vnc folder.
      Parameters:
      password - value to generate password file.
      Returns:
      Path of generated file.