-
-
Notifications
You must be signed in to change notification settings - Fork 176
Added recipe to have an interactive shell when using docker #1967
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
base: 6.0
Are you sure you want to change the base?
Conversation
Thanks for submitting your first pull request! You are awesome! 🤗 |
- Remove duplicate documentation directory that was causing submodule errors - Add submodules: true to CI workflows to properly handle submodules - Add comprehensive interactive shell debugging documentation for Docker containers Fixes plone#1960
@Thanush-03 please see Granting permission to publish. We can't accept your contribution without your explicit written permission. Thank you! |
Thankyou sir for review the work what I done.
I,Thanush K, agree to have this contribution published under Creative
Commons 4.0 International License (CC BY 4.0), with attribution to the
Plone Foundation.
Thank you sir.
…On Sat, 16 Aug 2025, 10:18 pm Steve Piercy, ***@***.***> wrote:
*stevepiercy* left a comment (plone/documentation#1967)
<#1967 (comment)>
@Thanush-03 <https://github.com/Thanush-03> please see Granting
permission to publish
<https://6.docs.plone.org/contributing/documentation/index.html#granting-permission-to-publish>.
We can't accept your contribution without your explicit written permission.
Thank you!
—
Reply to this email directly, view it on GitHub
<#1967 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BR3YYI4A2NHPJJXSDVQDEGL3N5OHNAVCNFSM6AAAAACEBTSID6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJTG44DENRWHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@Thanush-03 is "Thanush K" your actual full name? I've never seen a surname consisting of a single letter, except for Malcom X. Also did you test your instructions to make sure that they actually work? If you haven't actually tested the instructions, then please close this PR. Thank you! |
Yes my full name Thanush K ,sorry for that confusion.I have tested the
instructions it was worked.
…On Sat, 16 Aug 2025, 10:30 pm Steve Piercy, ***@***.***> wrote:
*stevepiercy* left a comment (plone/documentation#1967)
<#1967 (comment)>
@Thanush-03 <https://github.com/Thanush-03> is "Thanush K" your actual
full name? I've never seen a surname consisting of a single letter, except
for Malcom X.
Also did you test your instructions to make sure that they actually work?
If you haven't actually tested the instructions, then please close this PR.
Thank you!
—
Reply to this email directly, view it on GitHub
<#1967 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BR3YYI24RYVIQ4XDBYCVBRT3N5PSRAVCNFSM6AAAAACEBTSID6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCOJTG44DONJRGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
- Remove references to deprecated plone.volto:default-homepage profile - Update documentation to recommend content export/import approach - Add explanatory notes about the profile removal in version 5 - Update Docker example to remove deprecated profile usage Fixes plone#118
Issue number
Fixes #1960
Description:
Added documentation for interactive shell debugging when using Docker containers. This provides the Docker equivalent of the bin/instance debug command used in traditional Plone installations.
The new "Interactive shell for debugging" section in the Docker recipes documentation includes:
Multiple approaches for getting an interactive shell:
Using docker exec for running containers
Using docker run for new container instances
Using docker compose exec for Docker Compose setups
Practical examples showing how to access the Plone site and set up fake requests
Safety warnings about using this in production environments.
LINK:
https://6.docs.plone.org/install/containers/recipes/index.html
MESSAGE:
The issue being fixed #1960
Interactive shell debugging documentation was added in Docker recipes page.
📚 Documentation preview 📚: https://plone6--1967.org.readthedocs.build/