> For the complete documentation index, see [llms.txt](https://ibm-developer.gitbook.io/cloudpakforapplications-appmod/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ibm-developer.gitbook.io/cloudpakforapplications-appmod/technology-foundations/docker101/lab-0.md).

# Pre-work

## Overview

In this lab, you will install docker. We will be using docker throughout the rest of the labs.

### Prerequisites

None

## Step 1: Install Docker

1. Navigate to [store.docker.com](http://store.docker.com),
2. Select "Community Edition" or "Docker CE"

   Docker comes with two flavors of installations. The "paid" version is Docker Enterprise Edition (Docker EE), and the "free" version is Docker Community Edition (Docker CE). We will be using only free features provided by the Docker Community Edition for this course.
3. Select the filters for your operating system or platform

On this page you will find the installation for your operating systems. For example, if you are using a Mac, select "MacOS", to find the installation for the Mac platform.

## **Optional:** Use play-with-docker

If you don't want to install Docker, an alternative is to use [Play-With-Docker](http://play-with-docker.com). Play-With-Docker is a website where you can run terminals directly from your browser that have Docker installed. All of the labs for this course can be run on Play-With-Docker, though we recommend installing docker locally on your host, so that you can continue your docker journey when this course has completed. To use Play-With-Docker, navigate to [Play-With-Docker](http://play-with-docker.com) in your browser.

## Summary

By installing Docker, or alternatively, familiarizing yourself with [Play with Docker](http://play-with-docker.com), you are ready to complete the remaining labs in this course.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://ibm-developer.gitbook.io/cloudpakforapplications-appmod/technology-foundations/docker101/lab-0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
