mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
docs(readme): add easy-docker overview section
This commit is contained in:
parent
9363fd19e4
commit
c7134ed54d
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -40,6 +40,24 @@ frappe_docker/
|
|||
|
||||
If you are already familiar with Frappe, you can jump right into the [different deployment methods](docs/01-getting-started/01-choosing-a-deployment-method.md) and select the one best suited to your use case.
|
||||
|
||||
### Easy Docker
|
||||
|
||||
`easy-docker` is the guided terminal workflow for creating and managing Frappe
|
||||
Docker stacks from one place. It helps with stack creation, app and branch
|
||||
selection, image builds, runtime actions, and supported site operations without
|
||||
requiring users to assemble the Compose and Bench commands manually.
|
||||
|
||||
If you want a guided setup path, start with the
|
||||
[Easy Docker docs](docs/10-easy-docker/index.md).
|
||||
|
||||
Run it from the repository root with:
|
||||
|
||||
```bash
|
||||
bash easy-docker.sh
|
||||
```
|
||||
|
||||

|
||||
|
||||
## Prerequisites
|
||||
|
||||
- [Docker](https://docs.docker.com/get-docker/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue