Class DeleteDockerContainerCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="_delete-docker-container")
    @PerLookup
    @ExecuteOn(DAS)
    public class DeleteDockerContainerCommand
    extends Object
    implements AdminCommand
    Internal Asadmin command to delete a Docker container. This is used by the delete-instance command.
    Author:
    Andrew Pielage
    • Constructor Detail

      • DeleteDockerContainerCommand

        public DeleteDockerContainerCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext adminCommandContext)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        adminCommandContext - information