-
Notifications
You must be signed in to change notification settings - Fork 139
docs: add docker mcpServer example #65
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
Conversation
Note, it would be better to use sail
so you don't have to hardcode container names and artisan paths, but one person said that didn't work for them: #36 (comment)
I would be curious to know why
CC: @riyuk
f1edf8d
to
a1b1cf5
Compare
Actually, sail does appear to be working via this comment (and from my own brief testing): #36 (comment)
280155a
to
98c6416
Compare
@ashleyhindle I have tested this locally with sail project and it works the only thing we have to decide is do we want to support it directly via command #83 or add it in readme, or both ?
98c6416
to
1a7154f
Compare
jeffc-dev
commented
Aug 17, 2025
Not everybody uses Sail. A plain Docker example would be good to have as well.
Hello!
This adds an example for when using boost inside of a docker container.
From: #36 (comment)
Thanks!