Class Remove<R extends Remove>

  • All Implemented Interfaces:
    com.oracle.bedrock.runtime.MetaClass<com.oracle.bedrock.runtime.Application>
    Direct Known Subclasses:
    Remove.RemoveContainer, Remove.RemoveImage, Remove.RemoveLink

    public abstract class Remove<R extends Remove>
    extends CommandWithArgumentList<R>
    A representation of the Docker rm and rmi commands to remove containers, container links and images.

    Instances of Remove are immutable, methods that add options and configuration to this Remove command return a new instance of a Remove command with the modifications applied.

    Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
    Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

    Author:
    Jonathan Knight