Adopt reusable workflow from `named-data/actions` to publish Docker image
Change-Id: Idcca921b0d540b56666ea36460d98a6c638e9cd3
diff --git a/docs/install.rst b/docs/install.rst
index 3c4cd2a..5557d1c 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -17,14 +17,12 @@
Using Docker
------------
-You can use the nightly build from GitHub package registry::
+You can use the latest image from `GitHub Container Registry
+<https://github.com/named-data/mini-ndn/pkgs/container/mini-ndn>`__::
docker run -it --cpus=4 --memory=4g --privileged \
-v /lib/modules:/lib/modules \
- ghcr.io/named-data/mini-ndn:master
-
-NOTE: This nightly build is only currently supported for x86_64. ARM64 support
-(i.e. Apple silicon Macs) will be added in the future.
+ ghcr.io/named-data/mini-ndn
Building your own Docker image
------------------------------