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 8cebfb8 commit d71e2b4Copy full SHA for d71e2b4
docs/docker.md
@@ -1,8 +1,8 @@
1
# Docker Linux Headless Agent
2
3
-The `Dokerfile` has multi-stage definition:
+The `Dockerfile` has multi-stage definition:
4
* **production**: Default stage, produce a image without debug features;
5
-* **debug**: When running the produced image the wptagent script will wait for a debug to.attach
+* **debug**: When running the produced image the wptagent script will wait for a debugger to.attach
6
7
## Build the Image
8
wptagent_debug.py
@@ -13,4 +13,4 @@
13
debugpy.wait_for_client()
14
main()
15
# Force a hard exit so unclean threads can't hang the agent
16
- os._exit(0)
+ os._exit(0)
0 commit comments