Class PullCommand

java.lang.Object
cloud.localstack.docker.command.Command
cloud.localstack.docker.command.PullCommand

public class PullCommand
extends Command
  • Field Summary

    Fields inherited from class cloud.localstack.docker.command.Command

    dockerExe, options
  • Constructor Summary

    Constructors 
    Constructor Description
    PullCommand​(java.lang.String imageName)  
    PullCommand​(java.lang.String imageName, java.lang.String imageTag)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  

    Methods inherited from class cloud.localstack.docker.command.Command

    addOptions

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PullCommand

      public PullCommand​(java.lang.String imageName)
    • PullCommand

      public PullCommand​(java.lang.String imageName, java.lang.String imageTag)
  • Method Details