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 0caa940 commit bc5db3cCopy full SHA for bc5db3c
README.md
@@ -29,6 +29,15 @@ npm test
29
30
# Docker
31
32
+run the prebuilt docker image:
33
+
34
+``` bash
35
+docker run -p 8080:8080 -d ghcr.io/ArduPilot/UAVLogViewer:latest
36
37
+```
38
39
+or build the docker file locally:
40
41
``` bash
42
43
# Build Docker Image
@@ -45,4 +54,4 @@ docker logs <container id>
45
54
46
55
# Navigate to localhost:8080 in your web browser
47
56
48
-```
57
0 commit comments