You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-3
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,12 @@ go install github.com/looterz/grimd@latest
13
13
14
14
You can also download one of the [releases](https://github.com/looterz/grimd/releases) or [docker images](https://github.com/looterz/grimd/pkgs/container/grimd). Detailed guides and resources can be found on the [wiki](https://github.com/looterz/grimd/wiki).
15
15
16
+
# Docker Installation
17
+
To quickly get grimd up and running with docker, run
18
+
```
19
+
docker run -d -p 53:53/udp -p 53:53/tcp ghcr.io/looterz/grimd:latest
20
+
```
21
+
16
22
# Configuration
17
23
If ```grimd.toml``` is not found, it will be generated for you, below is the default configuration.
18
24
```toml
@@ -117,17 +123,17 @@ Requires golang 1.7 or higher, you build grimd like any other golang application
117
123
env GOOS=linux GOARCH=amd64 go build -v github.com/looterz/grimd
0 commit comments