mirror of https://github.com/docker/docs.git
20 lines
536 B
Markdown
20 lines
536 B
Markdown
---
|
|
datafolder: engine-cli
|
|
datafile: docker_node
|
|
title: docker node
|
|
---
|
|
<!--
|
|
Sorry, but the contents of this page are automatically generated from
|
|
Docker's source code. If you want to suggest a change to the text that appears
|
|
here, you'll need to find the string by searching this repo:
|
|
|
|
https://www.github.com/docker/docker
|
|
-->
|
|
{% if site.edge == true %}
|
|
{% assign datafolder = "engine-cli-edge" %}
|
|
{% else %}
|
|
{% assign datafolder = page.datafolder %}
|
|
{% endif %}
|
|
|
|
{% include cli.md datafolder=datafolder datafile=page.datafile %}
|