Interface Container

    • Method Detail

      • getCreated

        long getCreated()
      • getNetworkMode

        String getNetworkMode()
      • isRunning

        boolean isRunning()
      • getIPAddress

        String getIPAddress()
        IP Adress of the container if provided
        Returns:
        the IP address of the container or null if not provided.
      • getCustomNetworkIpAddresses

        Map<String,​String> getCustomNetworkIpAddresses()
        Return IP Addresses of custom networks, mapped to the network name as the key.
        Returns:
        The mapping of network names to IP addresses, or null it none provided.
      • getExitCode

        Integer getExitCode()
        Exit code of the container if it already has excited
        Returns:
        exit code if the container has excited, null if it is still running. Also null, if the implementation doesn't support an exit code.