update: README.md

add: .dockerignore
This commit is contained in:
Romaric Philogene
2020-10-25 22:16:42 +01:00
parent b32182e307
commit 948bbb780c
2 changed files with 25 additions and 7 deletions

5
.dockerignore Normal file
View File

@@ -0,0 +1,5 @@
target
.git
.gitignore
.iml
.md

View File

@@ -12,7 +12,7 @@
<img src="https://raw.githubusercontent.com/Qovery/public-resources/master/qovery_kubernetes_cloudproviders.svg" height="450px" alt="Qovery stack on top of Kubernetes and Cloud providers" />
</p>
Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in **Rust** and take advantage of **Terraform** and **Helm** to manage resources.
Qovery engine is an open-source abstraction layer product that makes deployment on **AWS**, **GCP**, **Azure** and others Cloud providers easy to do. The engine is coded in [Rust](https://www.rust-lang.org) and take advantage of [Terraform](https://www.terraform.io), [Helm](https://helm.sh), [Kubectl](https://kubernetes.io/docs/reference/kubectl/overview), [Docker](https://www.docker.com) to manage resources.
- Website: https://www.qovery.com
- Full doc: https://docs.qovery.com
@@ -30,13 +30,16 @@ TODO
## Features
- **Cloud providers:** TODO
- **Continuous integrations:** TODO
- **Container registries:** TODO
- **DNS provider:** TODO
- **Powerful CLI:** TODO
Qovery engine supports a number of build methods and target Cloud providers out of the box and more can be easily added:
**[See more on our website](https://strapi.io/overview)**.
- **Cloud providers:** [AWS](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/amazon-web-services/), Digital Ocean ([in progress](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/digital-ocean/)), Azure ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/azure/)), GCP ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/google-cloud-platform/)), Scaleway ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/cloud-account/scaleway/))
- **Build platforms:** [Qovery CI](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/qovery-ci/), Circle CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/circle-ci/)), Gitlab CI ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/gitlab-ci/)), Github Actions ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/build-platform/github-actions/))
- **Container registries:** [ECR](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/elastic-container-registry/), [DockerHub](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/docker-hub/), DOCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/digital-ocean-container-registry/)), ACR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/azure-container-registry/)), SCR ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/container-registry/scaleway-container-registry/))
- **DNS providers:** Cloudflare
- **Monitoring services:** Datadog ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/datadog/)), Newrelic ([vote](https://docs.qovery.com/docs/using-qovery/configuration/business/monitoring/new-relic/))
- **Powerful CLI:** in progress
**[See more on our website](https://www.qovery.com)**.
## Documentation
@@ -59,6 +62,16 @@ For general help using Qovery Engine, please refer to [the official Qovery Engin
Check out our [roadmap](https://roadmap.qovery.com) to get informed of the latest features released and the upcoming ones. You may also give us insights and vote for a specific feature.
## FAQ
### Why Qovery
TODO
### Why Rust
TODO
### Why not Go
TODO
## License
See the [LICENSE](./LICENSE) file for licensing information.