Package cloud.localstack.docker.command
Class PullCommand
- java.lang.Object
-
- cloud.localstack.docker.command.Command
-
- cloud.localstack.docker.command.PullCommand
-
public class PullCommand extends Command
-
-
Constructor Summary
Constructors Constructor Description PullCommand(java.lang.String imageName)PullCommand(java.lang.String imageName, java.lang.String imageTag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class cloud.localstack.docker.command.Command
addOptions
-
-