Official container images for Deploy Impex Server by SMA Technologies.
E.g. 1: Run Deploy Impex2 20.01.00 service connecting to the OpCon database:
docker run -d --name deployimpex2 -v C:\Deploy\Log:/app/log -p 9011:9011 --env "opcon.server.name=<opcon-sqlserver-name>" --env "opcon.db.name=<opcon-database-name>" --env "opcon.db.user=<opcon-database-user>" --env "opcon.db.password=<opcon-database-password>" --env "web.port=9011" --env "web.ssl=true" smatechnologies/deploy-impex2:20.01.00
E.g. 1: Run Deploy Impex2 20.00.00 service connecting to the OpCon database:
docker run -d --name deployimpex2 -v C:\Deploy\Log:/app/log -p 9011:9011 --env "opcon.server.name=<opcon-sqlserver-name>" --env "opcon.db.name=<opcon-database-name>" --env "opcon.db.user=<opcon-database-user>" --env "opcon.db.password=<opcon-database-password>" --env "web.port=9011" --env "web.ssl=true" smatechnologies/deploy-impex2:20.00.00
E.g. 2: Run Deploy Impex2 20.00.00 service with time zone and locale specification:
docker run -d --name deployimpex2 -v C:\Deploy\Log:/app/log -p 9011:9011 --env "opcon.server.name=<opcon-sqlserver-name>" --env "opcon.db.name=<opcon-database-name>" --env "opcon.db.user=<opcon-database-user>" --env "opcon.db.password=<opcon-database-password>" --env "web.port=9011" --env "web.ssl=true" --env "TZ=America/Chicago" --env "LANG=fr_FR.utf-8" smatechnologies/deploy-impex2:20.00.00
This is a Linux image on Ubuntu, which can be run on Linux systems or Windows 10+ (desktop) where Docker is supported.
This image requires Docker Engine 18.06.0+.
It requires the following environment variables
opcon.server.name=<OpCon SQL Server Name>
opcon.db.name=<OpCon Database Name>
opcon.db.user=<SQL User to connect to OpCon Database>
opcon.db.password=<SQL User's encrypted password (please use EM encryption tool)>
web.port=<Port Number to Listen On>
web.ssl=<Use TLS>
Environment Variables
You can set the following environment variables to configure how the image will run:
-
OpCon Database Connection Settings
opcon.server.name: The SQL Server host name used in the connection string.
Default: None (it is required)
opcon.db.name: The OpCon Database name.
Default: None (it is required)
opcon.db.user: The SQL user used to communicate with the OpCon database.
Default: None (it is required)
opcon.db.password: The SQL user's encrypted password. Please use Enterprise Manager's encryption tool.
Default: None (it is required)
-
Web Service Settings
web.port: Specifies the port to use for Deploy Impex2 Service.
Default: None (it is required)
web.ssl: Specifies if Deploy ImpEx2 should use TLS when communicating with clients. NOTE: For version 20.00.00, custom certificates are not supported.
Default: False
-
Miscellaneous
TZ: Time zone setting for the container. E.g.: America/Chicago (See time zone list)
Default: UTC
LANG: Locale setting for the container. E.g.: fr_FR.utf-8
Default: None
Miscellaneous Information
- To stop the container use a 30 second timeout for the service to gracefully shutdown (E.g.: docker stop -t 30 deployimpex2)
Full Tag Listing
Tag Description OS Version rolling Latest version (STS or LTS) of Deploy Impex2 *Ubuntu 18.04 latest Latest LTS version of Deploy Impex2 *Ubuntu 18.04 20.01.00 20.01 (STS) version of Deploy Impex2 *Ubuntu 18.04 20.00-latest Latest 20.00 version of Deploy Impex2 *Ubuntu 18.04 20.00.00 20.00 version of Deploy Impex2 *Ubuntu 18.04
* Ubuntu 18.04 is LTS
Content type
Image
Digest
sha256:494b8a584…
Size
243.6 MB
Last updated
6 months ago
docker pull smatechnologies/deploy-impex2