CyCoreSystems / docker-meteor

Dockerfile and script for running Meteor on Docker
MIT License
120 stars 73 forks source link

How do we enable/access log ? #44

Closed sujith3g closed 7 years ago

sujith3g commented 7 years ago

Thank you for the docker image 👍, now How do we enable or access the log files of the meteor app once it is running inside the container?

Antoine-O commented 7 years ago

well it is no different than other container ;) see https://docs.docker.com/engine/reference/commandline/logs/

sujith3g commented 7 years ago

Okay