> For the complete documentation index, see [llms.txt](https://til.devjugal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://til.devjugal.com/docker.md).

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