mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Signed-off-by: Charles Smith <charles.smith@docker.com> (cherry picked from commit cbd07495a3c5b49a47ea288a9e6ee9b24800cace) Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
28 lines
796 B
Markdown
28 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)
|