mirror of
https://github.com/docker/docs.git
synced 2026-03-28 23:08:49 +07:00
* Go back to small /edge * Update site front page Add info about Editions Reorganize components Update headings * Move logic of fetching content to a script * Add v1.28 API * Add info about versioned API
25 lines
708 B
Markdown
25 lines
708 B
Markdown
---
|
|
redirect_from:
|
|
- /reference/commandline/dockerd/
|
|
- /reference/commandline/daemon/
|
|
- /engine/reference/commandline/daemon/
|
|
description: The daemon command description and usage
|
|
keywords: container, daemon, runtime
|
|
title: dockerd
|
|
datafolder: dockerd-cli
|
|
datafile: dockerd
|
|
---
|
|
|
|
<!--
|
|
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 page.datafolder contains '-edge' %}
|
|
{% include edge_only.md section="cliref" %}
|
|
{% endif %}
|
|
{% include cli.md datafolder=page.datafolder datafile=page.datafile %}
|