Skip to content

Unable to view any logs for the docker container #296

@PrernaPadhee

Description

@PrernaPadhee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions