diff --git a/docs/source/docker/docker.rst b/docs/source/docker/docker.rst index 414aa6a..d3738a3 100644 --- a/docs/source/docker/docker.rst +++ b/docs/source/docker/docker.rst @@ -25,11 +25,14 @@ from your target: .. code:: bash - opkg install docker-ce + opkg install docker .. 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. + +.. 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: