Versions Compared

Key

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

...

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

Compose file

netfield-app-ethercat-tap-netfieldos-1.3.0.yml

Startup

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

Shutdown

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

Prerequisites

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

Code Block

UI access

Over edge device integrated web user interface

...

export NETFIELD_APP_MACVLAN_INTERFACE=<e.g. eth1>

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

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:

...