# Pre-Class TODO's

### 1. Install Docker & Docker Compose

We will be using a new tool for packaging our code in preparation for running it on a cloud server!&#x20;

{% content-ref url="/pages/-LvxY6HCWvz63OwVp287" %}
[Docker Installation](/chapters/containerization/docker-installation.md)
{% endcontent-ref %}

### 2. Make an account on [Docker Hub](https://hub.docker.com/).

This is so that you can push your Docker images to a public place that your remote server can pull from.

### 3. Download Demo Starter Code

Same as demo 4 starter code! You can reuse what we did in demo4, or you can fill in our starter code with a dummy endpoint that returns "Hello World" :)

{% file src="/files/ZFqjwcjM71UVzBwDj448" %}


---

# 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://backend-course.cornellappdev.com/chapters/containerization/pre-class.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.
