This image runs OrientDB on trusted Java images directly from library. If you want to have a clusterized setup on Amazon ECS, take a look at other image.
Look at tags tab to see all the available images.
Following environemnt variables shall be set for best result when you run the container:
ORIENTDB_ROOT_PASSWORD variable may be set while running image for first time to setup the root pass.
HEAP_MEM_LIMIT and DISK_CACHE_BUFFER for tuning the memmory expectancy. Better documentation on
these can be found here.
ODB_NETWORK_LOCKTIMEOUT and ODB_NETWORK_SOCKETTIMEOUT control the timeout over network and are very
useful if you get lots of network timeout. again look at docs here.
Ports 2480 and 2424 should be mapped to allow outside REST or binary connections.