Installing the Bridge by using Docker containers
Before you build and deploy the Docker images that you need to run Amlen Bridge, you must provision your operating system and install Docker.
- Complete the instructions to provision your operating system .
- Complete the instructions to install Docker on your operating system.
The installation involves modifying the imabridge-docker.env file, which contains the following content:
IMABRIDGE_ADMINPORT=9082
IMABRIDGE_ADMINIFACE=localhost
IMABRIDGE_ADMINSECURE=true
IMABRIDGE_ADMINUSER=adminUser
IMABRIDGE_ADMINPW=adminPassword
IMABRIDGE_ENABLEABOUT=true
IMABRIDGE_AUTHENTICATION=basic
Parameter | Default value | Description |
---|---|---|
IMABRIDGE_ADMINPORT | 9082 | The mandatory admin port number, ranging from 1 to 65535. |
IMABRIDGE_ADMINIFACE | localhost | The optional administrative interface. |
IMABRIDGE_ADMINSECURE | true | The optional TLS switch, which is set to true by default (meaning TLS is enabled). If IMABRIDGE_ADMINSECURE is true, you must provide further TLS-related information, which is explained in the Using the Bridge configuration topic. |
IMABRIDGE_ADMINUSER | adminUser | The optional admin user ID. |
IMABRIDGE_ADMINPW | adminPassword | The optional password for IMABRIDGE_ADMINUSER. The password can be either plain text or obfuscated by using a uni-directional hash. |
IMABRIDGE_ENABLEABOUT | true | The simple HTTP server is enabled showing the About page. IMABRIDGE_AUTHENTICATION is set to basic. If the username is not specified, an HTTP status of 401 is returned. |
-
Installing the Bridge
- Copy EclipseAmlenBridge-<build_info>.tz to the OS on which you are installing the Bridge.
- Create a subdirectory in which you can unpack the .tz file. For example, create a subdirectory called imabridge.
- Unpack the contents of the EclipseAmlenBridge-<build_info>.tz file into the imabridge subdirectory.
-
Building and running the Bridge Docker image