Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/source/docker/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading