<!--Delete sections as needed -->
## Description
This PR fixes a link anchor in the documentation. Namely, in the
referred FAQ file, all headings have all-lowercase IDs.
<!-- Tell us what you did and why -->
<!--Delete sections as needed -->
## Description
Settings Management freshness before the arrival of the SM in the Admin
Console. Have grouped the settings as they appear in the AC.
Page is still quite long and so would like to do some testing (potench
before the year is out) on whether splitting the info on all the
settings into its own 'reference' page would be useful or too 'jumpy'
for users.
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Sarah Sanders <sarah.sanders@docker.com>
<!--Delete sections as needed -->
## Description
Refreshed Hub landing page.
- Updated intro to align with marketing
- Updated key features to better align with marketing
- Updated grid to better align with product IA
- Removed admin emphasis with a single link to admin section
- Moved interfaces out of feature list
----
Signed-off-by: Craig <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
Refreshed Hub Quickstart.
- Added a brief intro.
- Added the "how to find an image" use-case.
- Updated pull/push steps to use the same image to show how easy it is
to extend images.
- Moved install DD and create an account as prereqs to keeps the steps
Hub-focused.
- Updated next steps to have a more natural flow related to the previous
step.
--------
Signed-off-by: Craig <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
The versions of CentOS and RHEL we support now have dnf as a default
instead of yum, so rewrite these to use dnf.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Use interactive installation for packages from our repository, so that the user
can confirm what will be installed. For the distro-packages (yum-utils),
we keep the non-interactive, as these should be generally ok to install.
follow-up to fde4750c85
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Unlike deb-based systems, installing an rpm doesn't automatically
start the Docker service, and starting the service doesn't make
it automatically start on (re)boot.
Update the instructions so that Docker is automatically started
on boot.
follow-up to 1514b0dc36, which left
some of the old instructions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>