Skip to content

Commit 2ce66bc

Browse files
author
Gratian Crisan
committed
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 <gratian.crisan@emerson.com>
1 parent c8cfab7 commit 2ce66bc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/source/docker/docker.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ from your target:
3131

3232
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.
3333

34+
.. note::
35+
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.
36+
3437
Once installed, you can verify it was set up correctly by running:
3538

3639
.. code:: bash

0 commit comments

Comments
 (0)