Class StartDockerContainerCommand

  • All Implemented Interfaces:
    AdminCommand

    @Service(name="_start-docker-container")
    @CommandLock(NONE)
    @PerLookup
    public class StartDockerContainerCommand
    extends Object
    implements AdminCommand
    Internal Asadmin command that starts the Docker container of an instance. This is used by the start-instance command.
    Author:
    Andrew Pielage
    • Constructor Detail

      • StartDockerContainerCommand

        public StartDockerContainerCommand()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext adminCommandContext)
        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