ergo icon indicating copy to clipboard operation
ergo copied to clipboard

Docker latest image unable to find /home/ergo/ergo.jar

Open vinnielima opened this issue 2 years ago • 3 comments

Using latest image as of 5/26/2022:

ergoplatform/ergo latest 0cfa52ff5834 3 days ago 315MB When running instance:

docker run -d -p 9030:9030 -p 9053:9053 -v /opt/nodehistory:/home/ergo -v /mnt/ergonodeconf/ergo.conf:/etc/myergo.conf -e MAX_HEAP=3G ergoplatform/ergo:latest --mainnet -c /etc/myergo.conf Produces:

Error: Unable to access jarfile /home/ergo/ergo.jar Previously it would also error not able to find /home/ergo/.ergo per documentation. Is this possibly an issue with the Dockerfile not creating the user? Both mount points to local host are chown 9052 and chmod 777.

Attempted docker pull v4.0.30 and v4.0.29 same issue.

vinnielima avatar May 27 '22 01:05 vinnielima