mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +00:00
23 lines
720 B
Markdown
23 lines
720 B
Markdown
---
|
|
title: Easy Docker
|
|
---
|
|
|
|
# Easy Docker
|
|
|
|
`easy-docker` is the interactive setup and management workflow for this repository.
|
|
It is designed to make common Frappe Docker tasks easier from the terminal while
|
|
keeping the underlying Compose and Bench model visible.
|
|
|
|
This section documents the current behavior of the wizard:
|
|
|
|
- `single-host` is the supported production workflow today
|
|
- `split-services` is still in development
|
|
- stack, site, app, and update actions are handled through the wizard
|
|
- the generated Compose output is available as a rendered snapshot
|
|
|
|
Start here:
|
|
|
|
- [Overview](./01-overview.md)
|
|
- [Workflows](./02-workflows.md)
|
|
- [Updates](./03-updates.md)
|
|
- [Generated Compose](./04-generated-compose.md)
|