Skip to content
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

Document Docker daemon mode #17

Closed
marcelstoer opened this issue May 16, 2017 · 0 comments
Closed

Document Docker daemon mode #17

marcelstoer opened this issue May 16, 2017 · 0 comments

Comments

@marcelstoer
Copy link
Collaborator

marcelstoer commented May 16, 2017

I suspect that most people would rather want to run the TTN container in daemon mode rather than interactive mode (-dt vs. -it). It would run in the background and not block the CLI but you won't see the log output that normally spills to the console.

docker logs <container-id> could make that visible again if necessary. Or docker attach <container-id>. Or docker exec -i <container-id> /bin/bash and then poke around the container.

@marcelstoer marcelstoer changed the title Document Docker deamon mode Document Docker daemon mode May 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant