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

# Docker

## `docker-compose`

## Commands

* Starting and running a container in the background

  ```
  $> docker-compose up -d
  ```
