mirror of https://github.com/docker/docs.git
fix a doc link - System Health was renamed, and add the admin-metrics image
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
parent
8b8a9f548a
commit
52fe6820e4
|
@ -87,7 +87,7 @@ If you are hosting DTR on an EC2 host launched from the AWS Marketplace AMI, not
|
|||
|
||||
DTR runs several Docker services which are essential to its reliability and
|
||||
usability. The following services are included; you can see their details by
|
||||
running queries on the [System Health](#system-health) and [Logs](#logs) pages:
|
||||
viewing the [DTR Dashboard](#dashboard) and [Logs](#logs) pages:
|
||||
|
||||
* `admin_server`: Used for displaying system health, performing upgrades,
|
||||
configuring settings, and viewing logs.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
SIZE="1280px"
|
||||
HOST=t400s.home.org.au
|
||||
HOST=dtr.domain.com
|
||||
HOSTIP:=10.10.10.151
|
||||
HOSTURL=https://$(HOST)
|
||||
IMAGE=svendowideit/screenshot
|
||||
|
@ -10,6 +10,7 @@ RUN=$(RUNOPTS) $(IMAGE)
|
|||
|
||||
all:
|
||||
# Needs to be run with no authentication
|
||||
$(RUN) $(HOSTURL)/admin/ admin-metrics.png $(SIZE)
|
||||
$(RUN) $(HOSTURL)/admin/logs/ admin-logs.png $(SIZE)
|
||||
$(RUN) $(HOSTURL)/admin/settings/auth/ admin-settings-authentication.png $(SIZE)
|
||||
$(RUN) $(HOSTURL)/admin/settings/general admin-settings.png $(SIZE)
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue