Skip to content

Commit bc5db3c

Browse files
bedabernerWilliangalvani
authored andcommitted
Update README.md to include prebuilt docker image
1 parent 0caa940 commit bc5db3c

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ npm test
2929

3030
# Docker
3131

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+
3241
``` bash
3342

3443
# Build Docker Image
@@ -45,4 +54,4 @@ docker logs <container id>
4554

4655
# Navigate to localhost:8080 in your web browser
4756

48-
```
57+
```

0 commit comments

Comments
 (0)