We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96dcd92 commit ee16949Copy full SHA for ee16949
docs/content/users/usage/troubleshooting.md
@@ -5,6 +5,7 @@ Things might go wrong! In addition to this page, consider checking [Stack Overfl
5
## General Troubleshooting Strategies
6
7
* Start by running [`ddev poweroff`](commands.md#poweroff) to make sure all containers can start fresh.
8
+* Please use the current stable version of DDEV and of your Docker provider before going too far or asking for support.
9
* Temporarily disable firewalls, VPNs, tunnels, network proxies, and virus checkers while you’re troubleshooting.
10
* Temporarily disable any proxies you’ve established in Docker’s settings.
11
* Use [`ddev debug dockercheck`](commands.md#debug-dockercheck) and [`ddev debug test`](commands.md#debug-test) to help sort out Docker problems.
0 commit comments