# Useful Links

### Links

* [Docker Hub](https://hub.docker.com/) - Where all docker images are
* [Docker documentation](https://docs.docker.com/) - Official Docker documentation
* [Play with Docker](https://labs.play-with-docker.com/) - Docker in the browser! (Docker in Docker, actually :))

### Courses

* [Docker Mastery: with Kubernetes +Swarm from a Docker Captain](https://www.udemy.com/course/docker-mastery/)
* [Docker and Kubernetes: The Complete Guide](https://www.udemy.com/course/docker-and-kubernetes-the-complete-guide/)
* [Docker for Node.js Projects From a Docker Captain](https://www.udemy.com/course/docker-mastery-for-nodejs/)

### Books

* [Docker in Practice, Second Edition](https://www.manning.com/books/docker-in-practice-second-edition) (ISBN: 9781617294808)


---

# 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://notebook.iuriioapps.com/containers-and-microservices/docker/useful-links.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.
