Skip to content
Snippets Groups Projects
  • John McCabe's avatar
    a18c2e10
    Add PowerShell script to start Docker stack · a18c2e10
    John McCabe authored
    
    This commit adds a PowerShell script that mirrors the existing `deploy_stack.*` scripts.
    
    It also checks that docker is installed and returns a readable error if not found (the alternative is a rather cryptic PowerShell error).
    
    The docker stack command itself returns a readable error if no swarm has been initialised.
    
    Signed-off-by: default avatarJohn McCabe <john@johnmccabe.net>
    a18c2e10
    History
    Add PowerShell script to start Docker stack
    John McCabe authored
    
    This commit adds a PowerShell script that mirrors the existing `deploy_stack.*` scripts.
    
    It also checks that docker is installed and returns a readable error if not found (the alternative is a rather cryptic PowerShell error).
    
    The docker stack command itself returns a readable error if no swarm has been initialised.
    
    Signed-off-by: default avatarJohn McCabe <john@johnmccabe.net>