> ## Documentation Index
> Fetch the complete documentation index at: https://notes.kodekloud.com/llms.txt
> Use this file to discover all available pages before exploring further.

# A Quick Reminder

> This article emphasizes the importance of using labs and videos for effective learning in containerization and orchestration before setting up a local environment.

<Callout icon="lightbulb" color="#1CB2FE">
  Before diving into setting up your local environment, remember that the labs and videos integrated into this course provide a structured and effective learning path. Following these hands-on labs and detailed videos first will ensure you gain a comprehensive understanding, helping you avoid potential distractions.
</Callout>

This article emphasizes the significance of utilizing the provided labs and video sessions. These resources are meticulously designed to enhance your learning experience and build a strong foundation in containerization and orchestration concepts. While it may be tempting to set up your environment immediately, postponing that process until after completing all guided activities will maximize your progress and competence.

Below is an example output from the Docker images command, which showcases several available images:

```bash theme={null}
$ docker images
REPOSITORY                       TAG      SIZE
redis                            latest   105MB
ubuntu                           latest   72.7MB
mysql                            latest   556MB
nginx                            latest   22.6MB
alpine                           latest   5.61MB
postgres                         latest   133MB
kodekloud/simple-webapp-mysql   latest   314MB
kodekloud/simple-webapp         latest   96.6MB
```

At the appropriate time in the curriculum, we will provide all the necessary resources and guidance to help you set up your local development environment. Until then, please focus on running the following lab command to start a Redis container:

```bash theme={null}
$ docker run redis
```

Thank you for choosing our course and becoming a part of KodeKloud. We are here to support you at every step as you work towards achieving your learning goals.

<CardGroup>
  <Card title="Watch Video" icon="video" cta="Learn more" href="https://learn.kodekloud.com/user/courses/kubernetes-for-the-absolute-beginners-hands-on-tutorial/module/101e958e-d0aa-4b44-8f0b-abda59a1e398/lesson/6bf9346d-b7cd-43e2-bb86-bd83f97c550a" />
</CardGroup>
