# Docker

## `docker-compose`

## Commands

* Starting and running a container in the background

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