Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
bgColor#ffffff
titleRelease Notes
Page Properties
Docker-compose

Use case:

Using the app on hosts that are not running Hilscher's "netFIELD OS" operating system together with a standard Ethernet port as  capturing interface.


Compose file:

netfield-app-profinet-tap-1.4.0-eth-datacenter-release-compose.yml

Startup:

docker-compose --file netfield-app-profinet-tap-1.4.0-eth-datacenter-release-compose.yml up -d

Shutdown:

docker-compose --file netfield-app-profinet-tap-1.4.0-eth-datacenter-release-compose.yml down

Prerequisites:

Before calling the docker-compose command line you have to specify the capturing Ethernet interface with

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth2>

App web UI access:

Port 80 (not exposed in compose file above cause of security reasons)For tests (with no security)

  Secure way: See FAQ page https://kb.hilscher.com/x/bis_Cw

  Insecure way: For tests the port could be simply exposed in compose file with the additional lines

services:
ports: - 80:80

Use case:

Using the app on a Hilscher's "netFIELD OS" supporting edge device together with the integrated Industrial Ethernet card as capturing interface e.g. "NIOT-E-TIJCX-GB-RE/NFLD"

Compose file:

netfield-app-profinet-tap-1.4.0-cifx-netfield-release-compose.yml

Startup:

docker-compose --file netfield-app-profinet-tap-1.4.0-cifx-netfield-release-compose.yml up -d

Shutdown:

docker-compose --file netfield-app-profinet-tap-1.4.0-cifx-netfield-release-compose.yml down

Prerequisites:

non

App web UI access:

Over edge device integrated web user interface

Use case:

Using the app on a Hilscher's "netFIELD OS" supporting edge device together with a standard Ethernet port as capturing interface e.g. "NFX8M-D2-N32-010" or "NIOT-E-TIJCX-GB-RE/NFLD"

Compose file:

netfield-app-profinet-tap-1.4.0-eth-netfield-release-compose.yml

Startup:

docker-compose --file netfield-app-profinet-tap-1.4.0-eth-netfield-release-compose.yml up -d

Shutdown:

docker-compose --file netfield-app-profinet-tap-1.4.0-eth-netfield-release-compose.yml down

Prerequisites:

Before calling the docker-compose command line you have to specify the capturing Ethernet interface with

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth2>

App web UI access:

Over edge device integrated web user interface

Status

Status
colourGreen
titleReleased

Release Date2023-02-13
SummaryIntegration of software licensing

...