{% capture tabChar %} {% endcapture %} {% capture dockerBaseDesc %}The base command for the Docker CLI.{% endcapture %} {% if include.datafolder and include.datafile %} ## Description {% if include.datafile=="docker" %} {{ dockerBaseDesc }} {% else %} {{ site.data[include.datafolder][include.datafile].short }} {% endif %} {% if site.data[include.datafolder][include.datafile].min_api_version %} **The client and daemon API must both be at least {{ site.data[include.datafolder][include.datafile].min_api_version }} to use this command.** Use the `docker version` command on the client to check your client and daemon API versions. {% endif %} {% if site.data[include.datafolder][include.datafile].deprecated %} > This command is deprecated. > > It may be removed in a future Docker version. {: .warning } {% endif %} {% if site.data[include.datafolder][include.datafile].experimental %} > This command is experimental. > > It should not be used in production environments. {: .important } {% endif %} {% if site.data[include.datafolder][include.datafile].usage %} ## Usage ```none {{ site.data[include.datafolder][include.datafile].usage | replace: tabChar,"" | strip }}{% if site.data[include.datafolder][include.datafile].cname %} COMMAND{% endif %} ``` {% endif %} {% if site.data[include.datafolder][include.datafile].options %} ## Options
Name, shorthand | Default | Stability | Description |
`--{{ option.option }}{% if option.shorthand %} , -{{ option.shorthand }}{% endif %}` | {% if option.default_value and option.default_value != "[]" %}`{{ option.default_value }}`{% endif %} | {% if option.deprecated and option.experimental %} deprecated, experimental {% elsif option.deprecated %} deprecated {% elsif option.experimental %} experimental {% else %} stable {% endif %} | {{ option.description | replace: "|","|" | strip }} |
Command | Description |
[{{ command }}]({{ dataFileName | replace: "docker_","" }}/) | {{ site.data[include.datafolder][dataFileName].short }} |
Command | Description |
[{{ command }}]({{ dataFileName | replace: "docker_","" }}/) | {{ site.data[include.datafolder][dataFileName].short }} |