Skip to content

Commit

Permalink
Documentation: Update broken link (#41758)
Browse files Browse the repository at this point in the history
* Update broken link in docs/getting-started/devenv/docker-ubuntu.md

Co-authored-by: Noah Allen <[email protected]>
  • Loading branch information
SavPhill and noahtallen authored Jun 13, 2023
1 parent f173d64 commit 11dc8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/devenv/docker-ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ If docker is not running, try to start the service using:
sudo systemctl start docker.service
```

If docker is running, then it is not listening how the WordPress environment is trying to communicate. Try adding the following service override file to include listening on tcp. See docker documentation, [How do I enable the remote API for dockerd](https://success.docker.com/article/how-do-i-enable-the-remote-api-for-dockerd)
If docker is running, then it is not listening how the WordPress environment is trying to communicate. Try adding the following service override file to include listening on tcp. See [this Docker documentation](https://docs.docker.com/config/daemon/remote-access/) on how to configure remote access for Docker daemon.

```
# /etc/systemd/system/docker.service.d/override.conf
Expand Down

1 comment on commit 11dc8b9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 11dc8b9.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5258553473
📝 Reported issues:

Please sign in to comment.