oasis-rosetta-gateway icon indicating copy to clipboard operation
oasis-rosetta-gateway copied to clipboard

Unable to view any logs for the docker container

Open PrernaPadhee opened this issue 2 years ago • 5 comments

I am trying to setup the Oasis Rosetta docker container. At the present state I am unable to see any container logs and am not able to run any curl queries against it. Please make note of the docker-compose file I have used.

version: '2' services: node-oasis: image: oasis-rosetta-gateway:latest container_name: oasis-rosetta restart: always ports: - "5332:8080" - "26656:26656" volumes: - /COINIAPremSSD2T/node-oasis-rosetta/data:/data - /COINIAPremSSD2T/node-oasis-rosetta/node-config:/etc mem_limit: 10g

If i run the docker container via the following run command, i see the same result, no logs sudo docker run -d -v /COINIAPremSSD2T/node-oasis-rosetta/data:/data -v /COINIAPremSSD2T/node-oasis-rosetta/node-config:/etc -p 8080:8080 -it oasis-rosetta-gateway

PrernaPadhee avatar Mar 15 '22 15:03 PrernaPadhee