You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yup, this should be updated in the README.md for sure. I ended up having to do the same thing, but only after I read this issue #4 and noticed they added the stdin_open: true option to their service configuration.
The
docker-compose
example can't exec server command after server startup.According to the docker-doc, we need add
stdin_open: true
,Then, we can use
docker attach
to exec server-command.The text was updated successfully, but these errors were encountered: