# Credits & Acknowledgments

None of the technical challenges presented in this guide were solved, either for the first time or in an especially new or interesting way, by the author. This guide is simply a presentation of other people's wisdom and best practices organized in such a way as to useful both as a repository of notes as we transitioned to Docker in the cloud, and for anyone trying to get into the world of containerized CF deployment for the first time.

As such, this guide would not be possible without the assistance, whether directly to the authors or through their publications, of the following persons and organizations:

* [Ortus Solutions](https://www.ortussolutions.com), especially their [Docker Roadshow](https://www.ortussolutions.com/events/container-roadshow-2017), but also for making containerized CF possible (well in advance of Adobe) with [Commandbox](https://www.ortussolutions.com/products/commandbox) and [CFConfig](https://www.forgebox.io/view/commandbox-cfconfig)
* [Gavin Pickin](http://www.gpickin.com/) and [Jon Clausen](https://twitter.com/jclausen) at Ortus for fielding numerous questions about hosting and deployment strategies
* The regulars on the [CFML Slack](https://cfml.slack.com/) for offering opinions, answering questions, and contributing to best practices&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cfswarm.inleague.io/credits-and-acknowledgments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
