mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 22:25:09 +00:00
1 KiB
1 KiB
| title |
|---|
| Easy Docker |
Easy Docker
easy-docker is the interactive setup and management workflow for this repository.
It guides common stack operations through a terminal UI so you do not have to assemble
every Docker and Bench command manually.
For the detailed guide, use the dedicated docs area under docs/10-easy-docker/.
This getting-started page stays short and focuses on the first steps.
Current status:
single-hostis the primary supported topologysplit-servicesis still in development- stack, site, app, backup, restart, and update flows are being expanded iteratively
The script entrypoint is:
bash easy-docker.sh
Minimal first use:
- Start
easy-docker.sh - Create a new stack
- Choose
single-host - Pick the apps and branches you want
- Build the custom image
- Start the stack
- Create the first site or manage an existing one from the stack menu
Use this page as the entry point. For the full workflow reference, jump to the
dedicated easy-docker docs section in the root docs tree.