# Install Docker

> Docker container overview and installation instructions for WordPressify.

Source: https://wordpressify.co/install-docker

> For the complete documentation index, see [llms.txt](https://wordpressify.co/llms.txt).

# Install Docker

Docker is the only dependency required to run WordPressify. It packages the WordPress environment, database, and build tools into containers so everything works the same on any OS.

<Card title="Download Docker Desktop" icon="Download" href="https://www.docker.com/products/docker-desktop/">
  Choose your operating system and install Docker Desktop.
</Card>

## Verify Installation

After installing, confirm the Docker daemon is running:

```bash
docker info
```

This is the same check WordPressify runs before executing any Docker command. If it prints server information, you are ready to go. If it fails, open Docker Desktop and wait for it to finish starting; if the command is not found at all, restart your terminal or check the [troubleshooting](/troubleshooting) page.

<Card title="Next: Install WordPressify" icon="Rocket" href="/install-wordpressify">
  Install WordPressify via npm or from the repository.
</Card>
