mirror of
https://github.com/chevereto/docker.git
synced 2026-05-07 00:06:11 +02:00
fix docs
This commit is contained in:
26
README.md
26
README.md
@@ -19,6 +19,19 @@ Dockerfile driven template project for building images and manage containers for
|
||||
* Integrated with CloudFlare API (automatic sub-domain handling)
|
||||
* Pure Docker instructions
|
||||
|
||||
## Requirements
|
||||
|
||||
* Chevereto V4 license key (for paid edition)
|
||||
* [Purchase](https://chevereto.com/pricing) new license
|
||||
* [Access](https://chevereto.com/panel/license) existing purchase
|
||||
* Server with
|
||||
* Shell access
|
||||
* `make`, `unzip`, `curl`, `jq` and `git`
|
||||
* [Docker](https://docs.docker.com/)
|
||||
* [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose`
|
||||
* Hostname pointing to server
|
||||
* See [CLOUDFLARE](./docs/CLOUDFLARE.md) when using CloudFlare
|
||||
|
||||
## Quick-start
|
||||
|
||||
Run the following command to install this project and all its dependencies in your brand new **Ubuntu 22.04** server.
|
||||
@@ -65,19 +78,6 @@ make destroy NAMESPACE={namespace}
|
||||
|
||||
Replace `{namespace}` with the desired project name to destroy.
|
||||
|
||||
## Requirements
|
||||
|
||||
* Chevereto V4 license key (for paid edition)
|
||||
* [Purchase](https://chevereto.com/pricing) new license
|
||||
* [Access](https://chevereto.com/panel/license) existing purchase
|
||||
* Server with
|
||||
* Shell access
|
||||
* `make`, `unzip`, `curl`, `jq` and `git`
|
||||
* [Docker](https://docs.docker.com/)
|
||||
* [Compose V2](https://docs.docker.com/compose/cli-command/) `docker compose`
|
||||
* Hostname pointing to server
|
||||
* See [CLOUDFLARE](./docs/CLOUDFLARE.md) when using CloudFlare
|
||||
|
||||
## Pure Docker
|
||||
|
||||
Refer to [PURE-DOCKER](docs/PURE-DOCKER.md) for a complete pure Docker command reference.
|
||||
|
||||
Reference in New Issue
Block a user