From 0a8f6816ab145619e9d76b983eb55e1aed7bdfb5 Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Mon, 9 Mar 2026 18:09:17 -0500 Subject: [PATCH 1/3] docker: use docker as the meta package name The current installation instructions refer to 'docker-ce' as the package to install for docker. That package is no longer available in our feeds and has been replaced with 'docker-moby'. A better approach is to use the generic meta package 'docker' which will select the appropriate underlying packages -- 'docker-moby' in current installs or 'docker-ce' for older versions. Signed-off-by: Gratian Crisan --- docs/source/docker/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docker/docker.rst b/docs/source/docker/docker.rst index 414aa6a..05b04b8 100644 --- a/docs/source/docker/docker.rst +++ b/docs/source/docker/docker.rst @@ -25,7 +25,7 @@ from your target: .. code:: bash - opkg install docker-ce + opkg install docker .. note:: From c8cfab7e76569bdd2641b45fcee62c29562b4aa6 Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Mon, 9 Mar 2026 18:18:28 -0500 Subject: [PATCH 2/3] docker: update LabVIEW RT conflict note Update note on LabVIEW RT incompatibility to indicate the issue is fixed in versions 26.0 or newer. Signed-off-by: Gratian Crisan --- docs/source/docker/docker.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/docker/docker.rst b/docs/source/docker/docker.rst index 05b04b8..4230242 100644 --- a/docs/source/docker/docker.rst +++ b/docs/source/docker/docker.rst @@ -29,7 +29,7 @@ from your target: .. note:: - Currently Docker will not function correctly if you have LabVIEW RT installed. + Docker cannot be used in combination with LabVIEW RT versions older than 26.0 due to cgroups v1 resource utilization conflicts present in those prior versions. Once installed, you can verify it was set up correctly by running: From 2ce66bc38ce44c4c642dcf249d17c0bf8a5e2d35 Mon Sep 17 00:00:00 2001 From: Gratian Crisan Date: Tue, 10 Mar 2026 17:57:45 -0500 Subject: [PATCH 3/3] docker: add ARM incompatibility note Note the fact that docker is currently not compatible with 32-bit ARM NI Linux RT targets. Signed-off-by: Gratian Crisan --- docs/source/docker/docker.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/docker/docker.rst b/docs/source/docker/docker.rst index 4230242..d3738a3 100644 --- a/docs/source/docker/docker.rst +++ b/docs/source/docker/docker.rst @@ -31,6 +31,9 @@ from your target: Docker cannot be used in combination with LabVIEW RT versions older than 26.0 due to cgroups v1 resource utilization conflicts present in those prior versions. +.. note:: + At this time, Docker is not compatible with 32-bit ARM (armv7l) NI Linux RT targets. You can check the target CPU architecture using the ``uname -m`` command. + Once installed, you can verify it was set up correctly by running: .. code:: bash