# Docker

> docker - Docker image and container command line interface

Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly.

### [Official Documentation](https://docs.docker.com/get-started/overview/)

## TIL(s)

* [Docker Build Multiple Tags At Once](/docker/docker-build-multiple-tags-at-once.md)
* [Docker Exec](/docker/docker-exec.md)
* [Docker Publish Port](/docker/docker-publish-port.md)
* [Docker Run Without Cache](/docker/docker-run-without-cache.md)
* [Docker Run](/docker/docker-run.md)
* [Fix UFW Security Flaw](/docker/fix-ufw-security-flaw.md)
* [Install Docker](/docker/install-docker.md)
* [Install Ping in Docker](/docker/install-ping-in-docker.md)
* [Pass Build Time Arguments To Docker Build](/docker/pass-build-time-arguments-to-docker-build.md)
* [Remove Container When It Exits](/docker/remove-container-when-it-exits.md)
* [Remove Unused Data](/docker/remove-unused-data.md)
* [Run Docker without root](/docker/run-docker-without-root.md)
* [Setup Docker Buildx For Multi Arch Builds](/docker/setup-docker-buildx-for-multi-arch-builds.md)


---

# 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://til.devjugal.com/docker.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.
