Docker stack

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

docker stack --orchestrator kubernetes <command>

Commands

ls

List stacks.

ps

List the tasks in the specified stack.

deploy

Deploy a new stack or update an existing stack.

services

List the services in the stack.

rm

Remove one or more stacks.

Examples

docker stack ps --namespace namespace-name stack-name