> 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.md).

# Lab: Docker101

Series of labs and instructions to introduce you to containers and Docker. Learn to run a container, inspect a container and understand the isolation of processes, create a Dockerfile, build an image from a Dockerfile and understand layers, tag and push images to a registry, scale and update containers, and more.

## About this workshop

This series has an additional presentation.

## Agenda

|                                                                                                                                                                                   |                              |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- |
| [Lab0](https://github.com/IBM/cloudpakforapplications-appmod-workshop/tree/66c18172a20c498e6db0f86db9397f093ff99044/workshop/generatedContent/docker101/getting-started/lab-0.md) | Pre-work                     |
| [Lab1](https://github.com/IBM/cloudpakforapplications-appmod-workshop/tree/66c18172a20c498e6db0f86db9397f093ff99044/workshop/generatedContent/docker101/docker-101/lab-1.md)      | Run your first container     |
| [Lab2](https://github.com/IBM/cloudpakforapplications-appmod-workshop/tree/66c18172a20c498e6db0f86db9397f093ff99044/workshop/generatedContent/docker101/docker-101/lab-2.md)      | Add value with custom images |
| [Lab3](https://github.com/IBM/cloudpakforapplications-appmod-workshop/tree/66c18172a20c498e6db0f86db9397f093ff99044/workshop/generatedContent/docker101/docker-101/lab-3.md)      | Scale and update containers  |

## Pre-requirements

For this workshop you must have:

* Docker CLI,
* Docker Engine,
* Docker Registry account,

## Compatibility

This workshop has been tested on the following platforms:

* [Play with Docker](https://labs.play-with-docker.com/),
* **Docker Desktop**: v2.2.0.5
  * **Engine**: v19.03.8
  * **Compose**: v1.25.4

## Technology Used

* [Docker CLI](https://docs.docker.com/engine/reference/commandline/cli/),
* [Docker Hub](https://hub.docker.com/).

## Credits

* [John Zaccone](https://github.com/jzaccone)
* [Jason Kennedy](https://github.com/jkomg)
* [Steve Martinelli](https://github.com/stevemar)
* [Remko de Knikker](https://github.com/remkohdev)


---

# 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.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.
