systemview running on docker container

    This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

    • systemview running on docker container

      I've been trying to set up a multi-container environment with Segger tools. Currently, I have the following setup:
      • Ozone is running in one container.
      • JLinkRemoteServer is running in a second container.
      • SystemView is running in a third container.
      All of them are connected through a bridge network interface. Ozone connects and works fine with the remote server using an IP connection, but I can't get SystemView to connect as well. Is this even possible? I mean, can I run SystemView in an isolated container and connect it to the JLink tools via IP? Or does it only work if both the JLink tools and SystemView are in the same container?