Package 

Object ContainerUtils

    • Method Summary

      Modifier and Type Method Description
      final Map<String, String> transformVolumes(Map<String, String> volumes) Adapt volume definitions for Windows, so that Docker can mount these directories.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • transformVolumes

         final Map<String, String> transformVolumes(Map<String, String> volumes)

        Adapt volume definitions for Windows, so that Docker can mount these directories.

        Parameters:
        volumes - map of mount definitions independent from the platform