# Dockerlabs

In this directory I will upload the WriteUps of the DockerLabs platform machines. At DockerLabs, you can download controlled environments in Docker that are automatically deployed with a bash script. These environments are ideal for practicing ethical hacking and pentesting.

## <mark style="color:purple;">What is DockerLabs?</mark>

[DockerLabs](https://dockerlabs.collabnix.com) is a platform that provides Docker-based lab environments specifically designed for learning and practicing cybersecurity skills. These environments are pre-configured with a variety of applications and configurations that contain known vulnerabilities so that users can safely experiment and learn about them.

* [DockerLabs](https://dockerlabs.collabnix.com): Official DockerLabs website where you can find more information about the platform and access lab environments.
* **Machines\*/**: Each file will be labeled with the name of the corresponding machine and will contain the step-by-step solution.


---

# 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://dise0.gitbook.io/h4cker_b00k/ctf/dockerlabs.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.
