Add simplified docker instructions back into Docker landing page
What does this PR do? What is the motivation?
Adds back in a simplified version of the docker run instructions for both linux and windows. The recommended flow is still to use Fleet Automation for all the benefits it gives with building your command. But this gives us some basic barebones steps back in. As well as re-introduced the Windows options as those are not yet supported in Fleet Automation.
Some general cleanup too:
- Previously there were several tabs which are no longer needed here for the install, simplified to Linux + Windows
- Added in container registry section to mirror K8s section
- Slotted this into the
Configuration options for the Datadog Docker Agentsection as this felt like the right spot vs adding in anotherAdditional Configurationstype of section above
- Slotted this into the
- A lot of general link cleanup
https://datadoghq.atlassian.net/browse/TEEP-3820
Merge instructions
Merge readiness:
- [ ] Ready for merge
For Datadog employees:
Your branch name MUST follow the <name>/<description> convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.
If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes
Unprivileged instructions were not added back in. We may want to investigate a dedicated guide page for unprivileged Docker + Kubernetes instructions at different levels of unprivileged access (User, Groups, Read Only Root Filesystems, Capabilities, etc)
Preview links (active after the build_preview check completes)
Modified Files
- https://docs-staging.datadoghq.com/jack.davenport/docker-install/containers/docker/
Thanks for the review @drichards-87 added those suggestions 👍