# Docker Installation

The easiest way of installing Docker is by downloading [Docker Desktop](https://www.docker.com/products/docker-desktop/). Docker Desktop is a nice GUI front-end for Docker, so you can see your containers, images, active builds, login to your Docker Hub account, etc. It also comes with the Docker command line tools that you'll need for building Docker images.

Download Docker Desktop for your computer and follow the instructions to install it.

On Mac, you can access the Docker command line tools by calling `docker` from Terminal.

On Windows, the Docker command line tools will be invoked by calling `docker.exe` from the Command Prompt.

For brevity's sake, the rest of this material will refer to the Docker command line tools by calling `docker`. If you're following along on Windows, make sure to replace `docker` with `docker.exe`.


---

# 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://igb.mit.edu/mini-courses/advanced-utilization-of-igb-computational-resources/containerization/docker/docker-installation.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.
