-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to view any logs for the docker container #296
Comments
can you run |
|
i am unable to see any logs for the container |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: