We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d33335 commit a7a0021Copy full SHA for a7a0021
src/README.md
@@ -44,3 +44,8 @@ In server:
44
Brutally clean all docker related items from your machine
45
--------------------------
46
`docker stop $(docker ps -aq) && docker rm $(docker ps -aq) && docker network prune -f && docker rmi -f $(docker images --filter dangling=true -qa) && docker volume rm $(docker volume ls --filter dangling=true -q) && docker rmi -f $(docker images -qa)`
47
+
48
+--------------------------
49
+Troubleshooting
50
+---------------------------------------
51
+See the [Troubleshooting page](https://github.com/CodeForPhilly/paws-data-pipeline/wiki/Troubleshooting) at the GitHub wiki.
0 commit comments