Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 897 Bytes

File metadata and controls

36 lines (26 loc) · 897 Bytes
title node promote
description The node promote command description and usage
keywords
node, promote

node promote

Usage:  docker node promote NODE [NODE...]

Promote one or more nodes to manager in the swarm

Options:
      --help   Print usage

Promotes a node to manager. This command targets a docker engine that is a manager in the swarm.

$ docker node promote <node name>

Related information