Class CreateDockerContainerCommand
- java.lang.Object
-
- fish.payara.docker.instance.admin.CreateDockerContainerCommand
-
- All Implemented Interfaces:
AdminCommand
@Service(name="_create-docker-container") @PerLookup @ExecuteOn(DAS) public class CreateDockerContainerCommand extends Object implements AdminCommand
Internal Asadmin command used to create a Docker container. This is called by the create-instance command.- Author:
- Andrew Pielage
-
-
Constructor Summary
Constructors Constructor Description CreateDockerContainerCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(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
-
-
-
Method Detail
-
execute
public void execute(AdminCommandContext adminCommandContext)
Description copied from interface:AdminCommandExecutes 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:
executein interfaceAdminCommand- Parameters:
adminCommandContext- information
-
-