Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the app on hosts that are not running Hilscher's "netFIELD OS" operating system.

Compose file

netfield-app-ethercat-tap-1.3.0.yml

Startup

Code Block
docker-compose --file netfield-app-ethercat-tap-1.3.0.yml up -d

Shutdown

Code Block
docker-compose --file netfield-app-ethercat-tap-1.3.0.yml down

Prerequisites

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

Code Block
export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

UI access

Port 80 is not exposed in the compose file above due to security reasons. To access the web front-end there exists two ways:

...