A quick overview of Docker Docs AI!

I have to admit, I have begun to use generative AI tools like Chat GPT quite a bit over the past several months, and it has been tremendously helpful – both in learning and applying new concepts, as well as writing both test and code… So I am excited to see similar chat AI integrated into the documentation at docs.docker.com (I don’t believe it is using ChatGPT, however)! This is a fully trained LLM integrated directly into the documentation site to make searching for help on everything Docker substantially easier and more intuitive.

Simply navigate to docs.docker.com, and click the “Ask AI” button as in the screen shot:

A prompt will pop up, and all you need to do is simply ask a question! In my case, I asked about mounting volumes with Docker Compose…

You will receive an answer – using natural language –

and just like other Gen AI tools, you can ask clarifying questions:

The bot will provide references:

as well as in-line links to copy the code directly out of the response:

Or even links to copy the entire response down in Markdown:

That’s it! Happy computing!

Leave a Reply