Foregrounding a long-running (init) process? #196
senpro-ingwersenk
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am running dinit in my container to manage a few services I'd like to run (about five or so) and it is configured to log everything to the common console. However, how exactly do I see the container logs? - Think
docker logs -f $id
, but for the devcontainer.Config (removed a few project specifics):
My current "solution" is
postStartCommand
- but that isn't exactly a great solution, now is it x)After restoring my session from the previous day, I can't get to dinit's output anymore - but the command is still alive:
...so that's good. Still, it'd be great to have this sorted the proper way.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions