Interface Container

    • Method Detail

      • start

        boolean start()
        Start the container.
      • stop

        void stop()
        Stop the container using stopMode which defaults to stop and remove.
      • stopOnly

        void stopOnly()
        Stop the container only (no remove).
      • isRunning

        boolean isRunning()
        Return true if the container is running.