On Feb 27, 2022, at 12:58 PM, Scott Lopez <[email protected]> wrote: > > The whole point of docker is to keep containers isolated from the host.
Then why do people run web servers inside of containers? ;-) Obviously there’s a way to communicate outside of the container. > The easiest option would be to save the text to the docker file system then > go back on the Mac side, navigate to the storage folder and open it from > there. Cheating horribly, but it will work. There is no way to call out to > BBEdit from inside the container, would break the security of containers. It seems like the same technique that people have used for invoking BBedit remotely (over ssh, or whatever) would work here; but I was asking if anyone had already done it before I dive into it. > >> On Feb 27, 2022, at 2:18 PM, Marshall Clow <[email protected]> wrote: >> >> So, I’m playing with Docker on my Mac. >> I have some scripts that run in a container and generate text, and I’d like >> the text to end up in a bbedit window. >> >> Before I dive in and figure out the best way to do this, I thought that I’d >> ask if anyone has done this before. >> >> If I wasn’t in a docker container, I’d just do: >> $ ./script.sh | bbedit —new-window —clean >> >> — Marshall >> >> -- >> This is the BBEdit Talk public discussion group. If you have a feature >> request or need technical support, please email "[email protected]" >> rather than posting here. Follow @bbedit on Twitter: >> <https://twitter.com/bbedit> >> --- >> You received this message because you are subscribed to the Google Groups >> "BBEdit Talk" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/bbedit/7EBF786C-8778-490F-83DF-0CA0AF188716%40gmail.com. > > -- > This is the BBEdit Talk public discussion group. If you have a feature > request or need technical support, please email "[email protected]" > rather than posting here. Follow @bbedit on Twitter: > <https://twitter.com/bbedit> > --- > You received this message because you are subscribed to the Google Groups > "BBEdit Talk" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/bbedit/CACACE96-D8DA-4993-A189-A1E9BB934D6E%40gmail.com. -- This is the BBEdit Talk public discussion group. If you have a feature request or need technical support, please email "[email protected]" rather than posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/23252C5E-3A28-418E-A3FD-4C38D684EF1D%40gmail.com.
