Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Adapter for BACnet

Run adapter inside Docker container

  • Last UpdatedJul 07, 2025
  • 1 minute read

The following procedures contain instructions on how to run the adapter inside a Docker container with different options enabled.

Run the Docker container with REST access enabled

To run the adapter inside a Docker container with access to its REST API from the local host, complete the following steps:

  1. Use the docker container image <componentType>adapter created previously.

  2. Type the following in the command line (sudo may be necessary):

    docker run -d --network host <componentType>adapter

Port 5590 is accessible from the host, and you can make REST calls to the adapter from applications on the local host computer. In this example, all data stored by the adapter is stored in the container itself. When you delete the container, the stored data is also deleted.

Run the Docker container with persistent storage

To run the adapter inside a Docker container while using the host for persistent storage, complete the following steps. This procedure also enables access to the adapter REST API from the local host.

  1. Use the docker container image <componentType>adapter created previously.

  2. Type the following in the command line (sudo may be necessary):

    docker run -d --network host -v /<componentType>:/usr/share/OSIsoft/<componentType>adapter

    Port 5590 is accessible from the host, and you can make REST calls to the adapter from applications on the local host computer. In this example, all data that is written to the container is instead written to the host directory and the host directory is a directory on the local machine, /<adapter>. You can specify any directory.

    In This Topic
    TitleResults for “How to create a CRG?”Also Available in