howto/Bird.md
... ...
@@ -295,7 +295,18 @@ mkdir -p /var/lib/bird/
295 295
296 296
* Running gortr,need golang environment.
297 297
298
+```
298 299
./gortr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
300
+```
301
+
302
+
303
+* run with dokcer
304
+
305
+`docker pull cloudflare/gortr`
306
+
307
+```
308
+docker run --name dn42rpki -p 8282:8282 --restart=always -d cloudflare/gortr -verify=false -checktime=false -cache=https://dn42.burble.com/roa/dn42_roa_46.json
309
+```
299 310
300 311
* Add this your bird configure file,other ROA protocol must removed.
301 312