mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cbd07495a3
Signed-off-by: Charles Smith <charles.smith@docker.com>
27 lines
796 B
Markdown
27 lines
796 B
Markdown
<!-- [metadata]>
|
|
+++
|
|
title = "Admin Guide"
|
|
description = "Administer Docker"
|
|
keywords = ["Administer"]
|
|
type="menu"
|
|
[menu.main]
|
|
parent="engine_use"
|
|
identifier="engine_admin"
|
|
weight="-70"
|
|
+++
|
|
<![end-metadata]-->
|
|
|
|
# Admin Topics
|
|
|
|
* [Configuring and running Docker](index.md)
|
|
* [Automatically start containers](host_integration.md)
|
|
* [Keep containers alive during daemon downtime](live-restore.md)
|
|
* [Control and configure Docker with systemd](systemd.md)
|
|
* [Format command and log output](formatting.md)
|
|
* [Run a local registry mirror](registry_mirror.md)
|
|
* [PowerShell DSC Usage](dsc.md)
|
|
* [Using Chef](chef.md)
|
|
* [Using Puppet](puppet.md)
|
|
* [Using Supervisor with Docker](using_supervisord.md)
|
|
* [Runtime metrics](runmetrics.md)
|
|
* [Link via an ambassador container](ambassador_pattern_linking.md)
|