mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
Links to reference pages for each command were shown without `docker-compose`. Given that there's similar commands for the `docker cli`, it's easy for users to confuse the pages. The `docker` CLI reference prefixes all commands with `docker`, so updating the Docker Compose section to use the same. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>